{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SocialSpacerSubBlock", "title": "SocialSpacerSubBlock", "type": "object", "properties": { "id": { "type": "string", "nullable": true, "readOnly": true }, "type": { "type": "string", "enum": [ "social_link_spacer" ] }, "width": { "type": "integer", "nullable": true } }, "required": [ "type" ] }