JSON Schema 101/Basics #9162
Unanswered
Anthony (anthonywhite)
asked this question in
Json Schema
Replies: 1 comment 1 reply
|
If i understand correctly, what you want it to tag the root type with See this playground |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Am just trying out TypeSpec for the 1st time for the Data Validation use case - I would like to generate and maintain JSON schemas. But atm each model definition comes out as a $def - how do I actually emit a schema that uses those (i.e. emit a properties object)? And how can I set schema properties like title and description?
All reactions