@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
19 lines (18 loc) • 396 B
JSON
{
"type": "object",
"title": "Properties",
"description": "Properties of Datepicker.",
"additionalProperties": false,
"properties": {
"format": {
"type": "string",
"title": "Format",
"description": "Formatting used to display the date."
},
"value": {
"type": "string",
"title": "Value",
"description": "Date to be displayed."
}
}
}