{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BodyStyles", "title": "BodyStyles", "type": "object", "properties": { "background_color": { "type": "string", "nullable": true }, "width": { "type": "integer", "nullable": true } } }