Skip to content

Slot: schemaVersion

The OpenCCF schema version this report was built against (e.g. 1.0.0), so a receiving system can tell which version of the schema to interpret it with. Not the version of any generating software - the schema version itself.

URI: openccf:slot/schemaVersion

Applicable Classes

Name Description Modifies Slot
EmissionsReport A company's greenhouse gas footprint for a defined reporting period no

Properties

Type and Range

Property Value
Range String
Domain Of EmissionsReport

Cardinality and Requirements

Property Value
Required Yes
### Slot Characteristics
Property Value
Owner EmissionsReport

Value Constraints

Property Value
Regex Pattern ^\d+\.\d+\.\d+$

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self openccf:schemaVersion
native openccf:schemaVersion

LinkML Source

name: schemaVersion
description: The OpenCCF schema version this report was built against (e.g. 1.0.0),
  so a receiving system can tell which version of the schema to interpret it with.
  Not the version of any generating software - the schema version itself.
from_schema: https://w3id.org/openccf
rank: 1000
owner: EmissionsReport
domain_of:
- EmissionsReport
range: string
required: true
pattern: ^\d+\.\d+\.\d+$