Go to CUI-CPP V2.0 Data Types

1     Definition 2     Functional Requirements 3     Syntax
4     Semantics 5    Conformance Testing 6     Performance Assessment

1      Definition

Data containing the most relevant elements of the Governance Statements affecting the Primary Default Descriptors and Primary Discontinuity Descriptors.

2      Functional Requirements

Organisation Descriptors provide

  1. The impact of the set of Governance Descriptors on the  Primary Default within the Prediction Horizon.
  2. A table including, for each row, the ID of the Governance Descriptor and its importance on the Primary Default expressed as a percentage. The sum of the percentages might be not equal to 100% due to rounding errors.

3      Syntax

https://schemas.mpai.community/CUI1/V2.0/data/OrganisationDescriptor.json

4      Semantics

Label Description
Header Organisation Descriptors Header
– Standard-OrganisationDescriptors The characters “CUI-ORD-V”
– Version Major version – 1 or 2 characters
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 characters
MInstance Identifier of Virtual Space.
OrganisationDescriptorsID ID of Organisation Descriptors.
OrganisationDescriptors Data in Organisation Descriptors
– Impact on Default Real number between 0 and 1.
– GovernanceDescriptorImpacts[] Matrix of 2: one column for IDs and one for Impacts.
  – GovernaceDescriptorID ID for Governance Descriptors.
  – GovernanceDescriptorImpact Real number between 0 and 1.
DescrMetadata Descriptive Metadata.

5     Conformance Testing

A Data instance Conforms with Aaaaaa (CUI-XYZ) V2.0 if:

  1. The Data validates against the Aaaaaa’s JSON Schema.
  2. All Data in the  Aaaaaa’s JSON Schema
    1. Have the specified type.
    2. Validate against their JSON Schemas.
    3. Conform with their Data Qualifiers if present.

6     Performance Assessment