{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MessageReferenceType", "title": "MessageReferenceType", "type": "integer", "oneOf": [ { "title": "DEFAULT", "description": "Reference to a message", "const": 0 } ], "format": "int32" }