{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HorizontalRuleBlockV0", "title": "HorizontalRuleBlockV0", "type": "object", "properties": { "content_type": { "type": "string", "enum": [ "block" ] }, "type": { "type": "string", "enum": [ "horizontal_rule" ] }, "data": { "nullable": true } }, "required": [ "content_type", "type", "data" ] }