Files
redocly-cli/__tests__/lint/async2/not.yml
2024-07-22 10:55:18 +03:00

25 lines
387 B
YAML

asyncapi: '2.6.0'
info:
title: Not example
version: '1.0.0'
channels:
test:
publish:
message:
$ref: '#/components/messages/testMessages'
components:
messages:
testMessages:
payload:
$ref: '#/components/schemas/testSchema'
schemas:
testSchema:
type: object
properties:
key:
not:
type: integer