{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "description", "type": "object", "properties": { "description": { "type": "object", "description": "Text describing the data" } } }