Skip to content

Enum: SourceIdEnum

The normalized identifier of the source. See specific usage.

URI: ocsf:SourceIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The source is unknown
OTHER None The source is not mapped

Slots

Name Description
source_id The normalized identifier of the source

Identifier and Mapping Information

Schema Source

LinkML Source

name: SourceIdEnum
description: The normalized identifier of the source. See specific usage.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The source is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The source is not mapped. See the <code>source</code> attribute,
      which contains

      a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other