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