{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoToInbox", "title": "GoToInbox", "type": "object", "properties": { "id": { "description": "Not allowed on create.", "type": "string", "nullable": true }, "submit": { "type": "boolean", "example": true, "default": true, "enum": [ true ] }, "type": { "type": "string", "enum": [ "go_to_inbox" ] }, "properties": { "enum": [ null ] } }, "required": [ "type" ] }