Skip to content

Enum: TicketTypeIdEnum

The normalized identifier for the ticket type.

URI: ocsf:TicketTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
INTERNAL None Internal
EXTERNAL None External
OTHER None Other

Slots

Name Description
type_id The normalized identifier for the ticket type

Identifier and Mapping Information

Schema Source

LinkML Source

name: TicketTypeIdEnum
description: The normalized identifier for the ticket type.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  INTERNAL:
    text: INTERNAL
    description: Internal
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Internal
  EXTERNAL:
    text: EXTERNAL
    description: External
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: External
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other