binaryTicket

November 12, 2025 · View on GitHub

Binary information, like a image or certificate

Type: object

semantics [{'transmodel': 'none'}]


Properties overview

PropertyTypeRequiredDescription
contentTypestringthe media type (IANA)
base64longStringbase 64 binary data

Detailed Properties

  • contentType (string) - required
    the media type (IANA)

  • base64 (longString) - required
    base 64 binary data

Example

{
  "contentType": "example-string",
  "base64": "example-string"
}