Annotations
- Viewer
- viewerOptions
- JSON Schema
Loading ....
{
showExamples: true,
DescriptionComponent: ({description}) => <ReactMarkdown children={description} />
}
{
"title": "Match anything",
"description": "This is a *schema* that matches **anything.**",
"default": "Default value",
"examples": [
"Anything",
4035
],
"deprecated": true,
"readOnly": true,
"writeOnly": false
}