How to emit examples in json schema? #3944
Unanswered
risabhds
asked this question in
Json Schema
Replies: 2 comments 3 replies
-
json schema emitter doesn't yet make use of the example decorator. Could convert that to an issue |
Beta Was this translation helpful? Give feedback.
2 replies
-
@risabhds following back on this, is there actually any specification on |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following typespec in my playground:
But I don't get
examples
in the emitted json-schema.What I desire is a json-schema with
examples
on the property:How do I get
examples
in the emitted json-schema?Beta Was this translation helpful? Give feedback.
All reactions