-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
It would be great (mostly for documentation generation) if the schema top-level could have an optional array of example model values. Something like:
{
"typeName": "Foo::Bar::Baz",
"properties": {
"someprop": {
"type": "string"
}
},
...
"templateExamples": [
{
"description": "A basic example",
"model": {
"someprop": "An example value"
}
}
]
}
Labels: enhancement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels