vs-openapi-designer
vs-openapi-designer copied to clipboard
wrong syntax validation
This syntax below is incorrect but it isn't detected by syntax validator.
type: object
properties:
exampleField:
type: boolean
secondExampleField:
type: array ----------------> It is wrong. It needs "items"
otherField:
type: string