JSON data:
{ "title": "JSON data", "description": "Some example JSON data" }
JSON Schema:
{ "type": "object", "properties": { "title": { "title": "Item title", "type": "string" }, "description": { "title": "Description", "type": "string" } }, "additionalProperties": { "type": "boolean" } }
Editable