Skip to content

Class: AuditLog

Indicates status and information about back-end processing on a given metadata record.

URI: brc:AuditLog

classDiagram class AuditLog click AuditLog href "../AuditLog" AuditLog : audit_date AuditLog : messages AuditLog : status AuditLog : type

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
Indicates the source of the status message, generally the backend process per... direct
audit_date 0..1
Datetime
Timestamp of the operation detailed in this audit log direct
status 0..1
String
Indicates state or notification level of worker action detailed in this audit... direct
messages *
String
One or more messages pertaining to the action taken or results of worker proc... direct

Usages

used by used in type used
Record audit_logs range AuditLog

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/brc/brc_schema

Mappings

Mapping Type Mapped Value
self brc:AuditLog
native brc:AuditLog

LinkML Source

Direct

name: AuditLog
description: Indicates status and information about back-end processing on a given
  metadata record.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    description: Indicates the source of the status message, generally the backend
      process performing the action in question.
    examples:
    - value: VALIDATOR
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: string
  audit_date:
    name: audit_date
    description: Timestamp of the operation detailed in this audit log.
    examples:
    - value: '2024-11-04T15:08:44.438Z'
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    domain_of:
    - AuditLog
    range: datetime
  status:
    name: status
    description: Indicates state or notification level of worker action detailed in
      this audit log.  Generally SUCCESS or FAIL, but may additionally indicate INFO,
      WARN, or ERROR status messages.
    examples:
    - value: SUCCESS
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    domain_of:
    - AuditLog
    - MediaSet
    - MediaFile
    range: string
  messages:
    name: messages
    description: One or more messages pertaining to the action taken or results of
      worker processing for this audit log.
    examples:
    - value: Validation Successful.
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    domain_of:
    - AuditLog
    range: string
    multivalued: true

Induced

name: AuditLog
description: Indicates status and information about back-end processing on a given
  metadata record.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    description: Indicates the source of the status message, generally the backend
      process performing the action in question.
    examples:
    - value: VALIDATOR
    from_schema: https://w3id.org/brc/osti_schema
    alias: type
    owner: AuditLog
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: string
  audit_date:
    name: audit_date
    description: Timestamp of the operation detailed in this audit log.
    examples:
    - value: '2024-11-04T15:08:44.438Z'
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    alias: audit_date
    owner: AuditLog
    domain_of:
    - AuditLog
    range: datetime
  status:
    name: status
    description: Indicates state or notification level of worker action detailed in
      this audit log.  Generally SUCCESS or FAIL, but may additionally indicate INFO,
      WARN, or ERROR status messages.
    examples:
    - value: SUCCESS
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    alias: status
    owner: AuditLog
    domain_of:
    - AuditLog
    - MediaSet
    - MediaFile
    range: string
  messages:
    name: messages
    description: One or more messages pertaining to the action taken or results of
      worker processing for this audit log.
    examples:
    - value: Validation Successful.
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    alias: messages
    owner: AuditLog
    domain_of:
    - AuditLog
    range: string
    multivalued: true