philosowaffle / vs-openapi-designer

OpenApi Designer Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=philosowaffle.openapi-designer
GNU General Public License v3.0
15 stars 2 forks source link

wrong syntax validation #38

Open JonRC opened 3 years ago

JonRC commented 3 years ago

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