{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebhookSlackEmbedField", "title": "WebhookSlackEmbedField", "type": "object", "properties": { "name": { "type": [ "string", "null" ], "maxLength": 152133 }, "value": { "type": [ "string", "null" ], "maxLength": 152133 }, "inline": { "type": [ "boolean", "null" ] } } }