You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we don't use the "description" field for properties.
E.g. look at an example here.
Also, we could use allOf to model the hierarchy of schemas. E.g. we can define a package schema and have the other schemas like protocol, connection etc. extending it.
Describe the solution you'd like
Use them for all the properties in the JSON schema.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
marcofavorito
changed the title
Use JSON schema "description" field
Improve JSON Schema
Mar 23, 2020
Is your feature request related to a problem? Please describe.
Currently, we don't use the
"description"
field for properties.E.g. look at an example here.
Also, we could use
allOf
to model the hierarchy of schemas. E.g. we can define apackage
schema and have the other schemas likeprotocol
,connection
etc. extending it.Describe the solution you'd like
Use them for all the properties in the JSON schema.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: