Category:OSW74bf728019bd4cc3a8a0833bd54f5338: Difference between revisions

update schema
(update schema)
Tag: Metadata slot edit
(update schema)
Tag: Metadata slot edit
jsonschema
Line 81: Line 81:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CategoryEnumeration": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CategoryEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "Enumeration with the values, portable battery; starting, lighting and ignition battery (SLI); light means of transport battery (LMT); electric vehicle battery (EV), industrial battery and incorporated battery.",
                 "options": {
                    "infoText": "Enumeration with the values, portable battery; starting, lighting and ignition battery (SLI); light means of transport battery (LMT); electric vehicle battery (EV), industrial battery and incorporated battery."
                },
                 "enum": [
                 "enum": [
                     "SLI",
                     "SLI",
Line 93: Line 95:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "Characteristic for Identifiers."
                 "options": {
                    "infoText": "Characteristic for Identifiers."
                }
             },
             },
             "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text": {
             "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text": {
                 "type": "string",
                 "type": "string",
                 "description": "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc."
                 "options": {
                    "infoText": "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc."
                }
             },
             },
             "urn_samm_io.catenax.serial_part_3.0.0_KeyTrait": {
             "urn_samm_io.catenax.serial_part_3.0.0_KeyTrait": {
                 "type": "string",
                 "type": "string",
                 "description": "Constraint that ensures that the standard keys and custom key prefixes can be used.",
                 "options": {
                    "infoText": "Constraint that ensures that the standard keys and custom key prefixes can be used."
                },
                 "pattern": "^(manufacturerId|partInstanceId|batchId|van|customKey:\\w+)$"
                 "pattern": "^(manufacturerId|partInstanceId|batchId|van|customKey:\\w+)$"
             },
             },
             "urn_samm_io.catenax.serial_part_3.0.0_ValueCharacteristic": {
             "urn_samm_io.catenax.serial_part_3.0.0_ValueCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "The value of an identifier."
                 "options": {
                    "infoText": "The value of an identifier."
                }
             },
             },
             "urn_samm_io.catenax.serial_part_3.0.0_KeyValueList": {
             "urn_samm_io.catenax.serial_part_3.0.0_KeyValueList": {
                 "description": "A list of key value pairs for local identifiers, which are composed of a key and a corresponding value.",
                 "options": {
                    "infoText": "A list of key value pairs for local identifiers, which are composed of a key and a corresponding value."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "key": {
                     "key": {
                         "description": "The key of a local identifier. ",
                         "options": {
                            "infoText": "The key of a local identifier. "
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.serial_part_3.0.0_KeyTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.serial_part_3.0.0_KeyTrait"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "The value of an identifier.",
                         "options": {
                            "infoText": "The value of an identifier."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.serial_part_3.0.0_ValueCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.serial_part_3.0.0_ValueCharacteristic"
                     }
                     }
Line 127: Line 143:
             },
             },
             "urn_samm_io.catenax.serial_part_3.0.0_LocalIdentifierCharacteristic": {
             "urn_samm_io.catenax.serial_part_3.0.0_LocalIdentifierCharacteristic": {
                 "description": "A single serialized part may have multiple attributes, that uniquely identify a that part in a specific dataspace (e.g. the manufacturer`s dataspace)",
                 "options": {
                    "infoText": "A single serialized part may have multiple attributes, that uniquely identify a that part in a specific dataspace (e.g. the manufacturer`s dataspace)"
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 136: Line 154:
             "urn_samm_io.catenax.batch_3.0.0_KeyTrait": {
             "urn_samm_io.catenax.batch_3.0.0_KeyTrait": {
                 "type": "string",
                 "type": "string",
                 "description": "Constraint that ensures that the predefined keys are used.",
                 "options": {
                    "infoText": "Constraint that ensures that the predefined keys are used."
                },
                 "pattern": "^(manufacturerId|batchId|customKey:\\w+)$"
                 "pattern": "^(manufacturerId|batchId|customKey:\\w+)$"
             },
             },
             "urn_samm_io.catenax.batch_3.0.0_ValueCharacteristic": {
             "urn_samm_io.catenax.batch_3.0.0_ValueCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "The value of an identifier."
                 "options": {
                    "infoText": "The value of an identifier."
                }
             },
             },
             "urn_samm_io.catenax.batch_3.0.0_KeyValueList": {
             "urn_samm_io.catenax.batch_3.0.0_KeyValueList": {
                 "description": "A list of key value pairs for local identifiers, which are composed of a key and a corresponding value.",
                 "options": {
                    "infoText": "A list of key value pairs for local identifiers, which are composed of a key and a corresponding value."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "key": {
                     "key": {
                         "description": "The key of a local identifier.",
                         "options": {
                            "infoText": "The key of a local identifier."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_KeyTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_KeyTrait"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "The value of an identifier.",
                         "options": {
                            "infoText": "The value of an identifier."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_ValueCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_ValueCharacteristic"
                     }
                     }
Line 162: Line 190:
             },
             },
             "urn_samm_io.catenax.batch_3.0.0_LocalIdentifierCharacteristic": {
             "urn_samm_io.catenax.batch_3.0.0_LocalIdentifierCharacteristic": {
                 "description": "A batch may have multiple attributes, which uniquely identify that batch in a specific dataspace(e.g. the manufacturer`s dataspace)",
                 "options": {
                    "infoText": "A batch may have multiple attributes, which uniquely identify that batch in a specific dataspace(e.g. the manufacturer`s dataspace)"
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 171: Line 201:
             "urn_samm_io.catenax.part_type_information_1.0.0_PartIdCharacteristic": {
             "urn_samm_io.catenax.part_type_information_1.0.0_PartIdCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "The part ID is a multi-character string, usually assigned by an ERP system."
                 "options": {
                    "infoText": "The part ID is a multi-character string, usually assigned by an ERP system."
                }
             },
             },
             "urn_samm_io.catenax.part_type_information_1.0.0_PartNameCharacteristic": {
             "urn_samm_io.catenax.part_type_information_1.0.0_PartNameCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "Part name in string format from the respective system in the value chain."
                 "options": {
                    "infoText": "Part name in string format from the respective system in the value chain."
                }
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartTypeCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartTypeCharacteristic": {
                 "description": "Characteristic for the part type.",
                 "options": {
                    "infoText": "Characteristic for the part type."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "manufacturerPartId": {
                     "manufacturerPartId": {
                         "description": "Part ID as assigned by the manufacturer of the part. The part ID identifies the part in the manufacturer`s dataspace. The part ID references a specific version of a part. The version number must be included in the part ID if it is available. The part ID does not reference a specific instance of a part and must not be confused with the serial number.",
                         "options": {
                            "infoText": "Part ID as assigned by the manufacturer of the part. The part ID identifies the part in the manufacturer`s dataspace. The part ID references a specific version of a part. The version number must be included in the part ID if it is available. The part ID does not reference a specific instance of a part and must not be confused with the serial number."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartIdCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartIdCharacteristic"
                     },
                     },
                     "nameAtManufacturer": {
                     "nameAtManufacturer": {
                         "description": "Name of the part as assigned by the manufacturer.",
                         "options": {
                            "infoText": "Name of the part as assigned by the manufacturer."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartNameCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartNameCharacteristic"
                     }
                     }
Line 196: Line 236:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CodeEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CodeEntity": {
                 "description": "Code entity with code key and value.",
                 "options": {
                    "infoText": "Code entity with code key and value."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "key": {
                     "key": {
                         "description": "The code key for the identification of the product. Examples are GTIN, hash, DID, ISBN, TARIC. This attribute is mentioned in the ESPR proposal from March 30th, 2022 ANNEX III:\n(b) the unique product identifier at the level indicated in the applicable delegated act adopted pursuant to Article 4;\n(c) the Global Trade Identification Number as provided for in standard ISO/IEC 15459-6 or equivalent of products or their parts;\n(d) relevant commodity codes, such as a TARIC code as defined in Council Regulation (EEC) No 2658/87.",
                         "options": {
                            "infoText": "The code key for the identification of the product. Examples are GTIN, hash, DID, ISBN, TARIC. This attribute is mentioned in the ESPR proposal from March 30th, 2022 ANNEX III:\n(b) the unique product identifier at the level indicated in the applicable delegated act adopted pursuant to Article 4;\n(c) the Global Trade Identification Number as provided for in standard ISO/IEC 15459-6 or equivalent of products or their parts;\n(d) relevant commodity codes, such as a TARIC code as defined in Council Regulation (EEC) No 2658/87."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "The code value for the identification of the product in regard to the chosen code name.",
                         "options": {
                            "infoText": "The code value for the identification of the product in regard to the chosen code name."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                     }
                     }
Line 214: Line 260:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CodeList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CodeList": {
                 "description": "A list of additional codes.",
                 "options": {
                    "infoText": "A list of additional codes."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 221: Line 269:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DataCarrierCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DataCarrierCharacteristic": {
                 "description": "Data Carrier Characteristic for the product.",
                 "options": {
                    "infoText": "Data Carrier Characteristic for the product."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "carrierType": {
                     "carrierType": {
                         "description": "The type of data carrier such as a QR code on the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 8:\n(2) (b) the types of data carrier to be used.",
                         "options": {
                            "infoText": "The type of data carrier such as a QR code on the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 8:\n(2) (b) the types of data carrier to be used."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "carrierLayout": {
                     "carrierLayout": {
                         "description": "The positioning of data carrier on the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 8:\n(2) (c) the layout in which the data carrier shall be presented and its positioning.",
                         "options": {
                            "infoText": "The positioning of data carrier on the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 8:\n(2) (c) the layout in which the data carrier shall be presented and its positioning."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     }
                     }
Line 240: Line 294:
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationStandardCharacteristic": {
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationStandardCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "Identified classification standards that align to the Catena-X needs."
                 "options": {
                    "infoText": "Identified classification standards that align to the Catena-X needs."
                }
             },
             },
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationIDCharacteristic": {
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationIDCharacteristic": {
                 "type": "string",
                 "type": "string",
                 "description": "It can be numeric or a string, depending on the chosen classification standard."
                 "options": {
                    "infoText": "It can be numeric or a string, depending on the chosen classification standard."
                }
             },
             },
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationEntity": {
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationEntity": {
                 "description": "Encapsulates data related to the classification of the part.",
                 "options": {
                    "infoText": "Encapsulates data related to the classification of the part."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "classificationStandard": {
                     "classificationStandard": {
                         "description": "Identified classification standards that align to the Catena-X needs.",
                         "options": {
                            "infoText": "Identified classification standards that align to the Catena-X needs."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationStandardCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationStandardCharacteristic"
                     },
                     },
                     "classificationID": {
                     "classificationID": {
                         "description": "The classification ID of the part type according to the corresponding standard definition mentioned in the key value pair.",
                         "options": {
                            "infoText": "The classification ID of the part type according to the corresponding standard definition mentioned in the key value pair."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationIDCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationIDCharacteristic"
                     },
                     },
                     "classificationDescription": {
                     "classificationDescription": {
                         "description": "Optional property describing the classification standard.",
                         "options": {
                            "infoText": "Optional property describing the classification standard."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     }
                     }
Line 269: Line 335:
             },
             },
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationCharacteristic": {
             "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationCharacteristic": {
                 "description": "Classification characteristic enabling a set of further properties.",
                 "options": {
                    "infoText": "Classification characteristic enabling a set of further properties."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 277: Line 345:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentificationCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentificationCharacteristic": {
                 "description": "Identification information of the product.",
                 "options": {
                    "infoText": "Identification information of the product."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "serial": {
                     "serial": {
                         "description": "Identifier for a serial part if available. This is mentioned in the ESPR provisional agreement from January 9th, 2024 Recital (27):\n[...] an 'item' usually means a single unit of a model.",
                         "options": {
                            "infoText": "Identifier for a serial part if available. This is mentioned in the ESPR provisional agreement from January 9th, 2024 Recital (27):\n[...] an 'item' usually means a single unit of a model."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.serial_part_3.0.0_LocalIdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.serial_part_3.0.0_LocalIdentifierCharacteristic"
                     },
                     },
                     "batch": {
                     "batch": {
                         "description": "Identifier for a batch part if available. Identifier for a serial part if available. This is mentioned in the ESPR provisional agreement from January 9th, 2024 Recital (27):\n[...] a 'batch' usually means a subset of a specific model composed of all products produced in a specific manufacturing plant at a specific moment in time [...].",
                         "options": {
                            "infoText": "Identifier for a batch part if available. Identifier for a serial part if available. This is mentioned in the ESPR provisional agreement from January 9th, 2024 Recital (27):\n[...] a 'batch' usually means a subset of a specific model composed of all products produced in a specific manufacturing plant at a specific moment in time [...]."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_LocalIdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_LocalIdentifierCharacteristic"
                     },
                     },
                     "type": {
                     "type": {
                         "description": "Identifier on the level of a part model or type. Identifier for a serial part if available. This is mentioned in the ESPR provisional agreement from January 9th, 2024 Recital (27):\n[...] A 'model' usually means a version of a product of which all units share the same technical characteristics relevant for the ecodesign requirements and the same model identifier [...].",
                         "options": {
                            "infoText": "Identifier on the level of a part model or type. Identifier for a serial part if available. This is mentioned in the ESPR provisional agreement from January 9th, 2024 Recital (27):\n[...] A 'model' usually means a version of a product of which all units share the same technical characteristics relevant for the ecodesign requirements and the same model identifier [...]."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartTypeCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartTypeCharacteristic"
                     },
                     },
                     "codes": {
                     "codes": {
                         "description": "Codes for identification.",
                         "options": {
                            "infoText": "Codes for identification."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CodeList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CodeList"
                     },
                     },
                     "dataCarrier": {
                     "dataCarrier": {
                         "description": "The type and layout of the data carrier on the product. These are mentioned in the ESPR proposal from March 30th, 2022 Article 8:\n(b) the types of data carrier to be used;\n(c) the layout in which the data carrier shall be presented and its positioning;\nArticle 2 defines:\n(30) 'data carrier' means a linear bar code symbol, a two-dimensional symbol or other automatic identification data capture medium that can be read by a device.",
                         "options": {
                            "infoText": "The type and layout of the data carrier on the product. These are mentioned in the ESPR proposal from March 30th, 2022 Article 8:\n(b) the types of data carrier to be used;\n(c) the layout in which the data carrier shall be presented and its positioning;\nArticle 2 defines:\n(30) 'data carrier' means a linear bar code symbol, a two-dimensional symbol or other automatic identification data capture medium that can be read by a device."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DataCarrierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DataCarrierCharacteristic"
                     },
                     },
                     "classification": {
                     "classification": {
                         "description": "Property describing the classification of a part.",
                         "options": {
                            "infoText": "Property describing the classification of a part."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationCharacteristic"
                     }
                     }
Line 313: Line 395:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_IdentificationCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_IdentificationCharacteristic": {
                 "description": "Battery identification involves specific battery identifiers, including those assigned locally by the manufacturer.",
                 "options": {
                    "infoText": "Battery identification involves specific battery identifiers, including those assigned locally by the manufacturer."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "category": {
                     "category": {
                         "description": "The battery category, which can be a portable battery; starting, lighting and ignition battery (SLI); light means of transport battery (LMT); electric vehicle battery (EV), industrial battery and incorporated battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) and refers to ANNEX VI Part A:\n2. the battery category and information identifying the battery in accordance with Article 38(6).",
                         "options": {
                            "infoText": "The battery category, which can be a portable battery; starting, lighting and ignition battery (SLI); light means of transport battery (LMT); electric vehicle battery (EV), industrial battery and incorporated battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) and refers to ANNEX VI Part A:\n2. the battery category and information identifying the battery in accordance with Article 38(6)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CategoryEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CategoryEnumeration"
                     },
                     },
                     "idDmc": {
                     "idDmc": {
                         "description": "The unique identifier of the product, when it is placed on the market. Through this identifier a web link can be accessed. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Article 77:\n3. The battery passport shall be accessible through the QR code referred to in Article 13(6) which links to a unique identifier that the economic operator placing the battery on the market shall attribute to it. The QR code and the unique identifier shall comply with the ISO/IEC standards 15459-1:2014, 15459-2:2015, 15459-3:2014, 15459-4:2014, 15459-5:2014 and 15459-6:2014 or their equivalent.\nDefined is the QR code in Article 3:\n(24) \"QR code\" means a machine-readable matrix code that links to information as required by this Regulation.\n(66) \"unique identifier\" means a unique string of characters for the identification of batteries that also enables a web link to the battery passport.",
                         "options": {
                            "infoText": "The unique identifier of the product, when it is placed on the market. Through this identifier a web link can be accessed. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Article 77:\n3. The battery passport shall be accessible through the QR code referred to in Article 13(6) which links to a unique identifier that the economic operator placing the battery on the market shall attribute to it. The QR code and the unique identifier shall comply with the ISO/IEC standards 15459-1:2014, 15459-2:2015, 15459-3:2014, 15459-4:2014, 15459-5:2014 and 15459-6:2014 or their equivalent.\nDefined is the QR code in Article 3:\n(24) \"QR code\" means a machine-readable matrix code that links to information as required by this Regulation.\n(66) \"unique identifier\" means a unique string of characters for the identification of batteries that also enables a web link to the battery passport."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                     },
                     },
                     "chemistry": {
                     "chemistry": {
                         "description": "Battery chemistry refers to the specific chemical composition and reactions that occur within a battery to produce and store electrical energy. The chemistry has to be stated as detailed as possible for example: the Nickel Cobalt Manganese battery 'NCM'. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) and refers to ANNEX VI Part A:\n7. the chemestry.",
                         "options": {
                            "infoText": "Battery chemistry refers to the specific chemical composition and reactions that occur within a battery to produce and store electrical energy. The chemistry has to be stated as detailed as possible for example: the Nickel Cobalt Manganese battery 'NCM'. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) and refers to ANNEX VI Part A:\n7. the chemestry."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "identification": {
                     "identification": {
                         "description": "Identification information of the product, especially identifiers and codes. These are mentioned in the ESPR provisional agreement from January 9th, 2024 ANNEX III:\n(b) the unique product identifier at the level indicated in the applicable delegated act adopted pursuant to Article 4.\nAdditionally in Article 9 regarding general requirements for the product passport is stated that:\nA product passport shall meet the following conditions:\n(a) it shall be connected through a data carrier to a persistent unique product identifier;\n(e) the information included in the product passport shall refer to the product model, batch, or item as specified in the delegated act adopted pursuant to Article 4.\nArticle 2 Definitions: \n(31) 'unique product identifier' means a unique string of characters for the identification of products that also enables a web link to the product passport;\nRecital (27): A 'model' usually means a version of a product of which all units share the same technical characteristics relevant for the ecodesign requirements and the same model identifier, a 'batch' usually means a subset of a specific model composed of all products produced in a specific manufacturing plant at a specific moment in time and an 'item' usually means a single unit of a model.",
                         "options": {
                            "infoText": "Identification information of the product, especially identifiers and codes. These are mentioned in the ESPR provisional agreement from January 9th, 2024 ANNEX III:\n(b) the unique product identifier at the level indicated in the applicable delegated act adopted pursuant to Article 4.\nAdditionally in Article 9 regarding general requirements for the product passport is stated that:\nA product passport shall meet the following conditions:\n(a) it shall be connected through a data carrier to a persistent unique product identifier;\n(e) the information included in the product passport shall refer to the product model, batch, or item as specified in the delegated act adopted pursuant to Article 4.\nArticle 2 Definitions: \n(31) 'unique product identifier' means a unique string of characters for the identification of products that also enables a web link to the product passport;\nRecital (27): A 'model' usually means a version of a product of which all units share the same technical characteristics relevant for the ecodesign requirements and the same model identifier, a 'batch' usually means a subset of a specific model composed of all products produced in a specific manufacturing plant at a specific moment in time and an 'item' usually means a single unit of a model."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentificationCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentificationCharacteristic"
                     }
                     }
Line 342: Line 434:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait": {
                 "type": "string",
                 "type": "string",
                 "description": "Constraint fo a timestamp in the format (yyyy-mm-dd).",
                 "options": {
                    "infoText": "Constraint fo a timestamp in the format (yyyy-mm-dd)."
                },
                 "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
                 "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
             },
             },
             "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnaTrait": {
             "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnaTrait": {
                 "type": "string",
                 "type": "string",
                 "description": "The provided regular expression ensures that the BPNA is composed of prefix 'BPNA', 10 digits and two alphanumeric letters.",
                 "options": {
                    "infoText": "The provided regular expression ensures that the BPNA is composed of prefix 'BPNA', 10 digits and two alphanumeric letters."
                },
                 "pattern": "^BPNA[a-zA-Z0-9]{12}$"
                 "pattern": "^BPNA[a-zA-Z0-9]{12}$"
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityEntity": {
                 "description": "The entity for a facility with the BPNA identifier.",
                 "options": {
                    "infoText": "The entity for a facility with the BPNA identifier."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "facility": {
                     "facility": {
                         "description": "The identifier used for a location. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(i) unique facility identifiers;\nArticle 2 Definitions: (33) 'unique facility identifier' means a unique string of characters for the identification of locations or buildings involved in the value chain of a product or used by actors involved in the value chain of a product.",
                         "options": {
                            "infoText": "The identifier used for a location. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(i) unique facility identifiers;\nArticle 2 Definitions: (33) 'unique facility identifier' means a unique string of characters for the identification of locations or buildings involved in the value chain of a product or used by actors involved in the value chain of a product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnaTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnaTrait"
                     }
                     }
Line 364: Line 464:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityList": {
                 "description": "List of facilities.",
                 "options": {
                    "infoText": "List of facilities."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 372: Line 474:
             "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait": {
             "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait": {
                 "type": "string",
                 "type": "string",
                 "description": "The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters.",
                 "options": {
                    "infoText": "The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters."
                },
                 "pattern": "^BPNL[a-zA-Z0-9]{12}$"
                 "pattern": "^BPNL[a-zA-Z0-9]{12}$"
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ManufacturerCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ManufacturerCharacteristic": {
                 "description": "Manufacturing information.",
                 "options": {
                    "infoText": "Manufacturing information."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "facility": {
                     "facility": {
                         "description": "The identifier used for a location.  In the CATENA-X use case, the BPNA can be stated. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(i) unique facility identifiers;\nArticle 2 Definitions: (33) 'unique facility identifier' means a unique string of characters for the identification of locations or buildings involved in the value chain of a product or used by actors involved in the value chain of a product.",
                         "options": {
                            "infoText": "The identifier used for a location.  In the CATENA-X use case, the BPNA can be stated. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(i) unique facility identifiers;\nArticle 2 Definitions: (33) 'unique facility identifier' means a unique string of characters for the identification of locations or buildings involved in the value chain of a product or used by actors involved in the value chain of a product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityList"
                     },
                     },
                     "manufacturer": {
                     "manufacturer": {
                         "description": "The main manufacturer, if different from the passport owner, represented by an identification number. In the Catena-X use case, the BPNL can be stated. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(h) unique operator identifiers other than that of the manufacturer;\n(k) the name, contact details and unique operator identifier code of the economic operator established in the Union responsible for carrying out the tasks set out in Article 4 of Regulation (EU) 2019/1020, or Article 15 of Regulation (EU) [.../...] on general product safety, or similar tasks pursuant to other EU legislation applicable to the product.",
                         "options": {
                            "infoText": "The main manufacturer, if different from the passport owner, represented by an identification number. In the Catena-X use case, the BPNL can be stated. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(h) unique operator identifiers other than that of the manufacturer;\n(k) the name, contact details and unique operator identifier code of the economic operator established in the Union responsible for carrying out the tasks set out in Article 4 of Regulation (EU) 2019/1020, or Article 15 of Regulation (EU) [.../...] on general product safety, or similar tasks pursuant to other EU legislation applicable to the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait"
                     },
                     },
                     "manufacturingDate": {
                     "manufacturingDate": {
                         "description": "The timestamp in the format (yyyy-mm-dd) of the manufacturing date as the final step in production process (e.g. final quality check, ready-for-shipment event).",
                         "options": {
                            "infoText": "The timestamp in the format (yyyy-mm-dd) of the manufacturing date as the final step in production process (e.g. final quality check, ready-for-shipment event)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                     }
                     }
Line 398: Line 510:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OperationCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OperationCharacteristic": {
                 "description": "Characteristic includes details for operational data.",
                 "options": {
                    "infoText": "Characteristic includes details for operational data."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "intoServiceDate": {
                     "intoServiceDate": {
                         "description": "Putting into service is the transition from a state of readiness to actual use or operation. The date should be formatted as yyyy-mm-dd. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex VII Part B: \n1.the date of manufacture of the battery and, where appropriate, the date of putting into service;\nDefined is \"putting into service\" in Article 3:\n(18) \"putting into service\" means the first use, for its intended purpose, in the Union, of a battery, without having been previously placed on the market.",
                         "options": {
                            "infoText": "Putting into service is the transition from a state of readiness to actual use or operation. The date should be formatted as yyyy-mm-dd. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex VII Part B: \n1.the date of manufacture of the battery and, where appropriate, the date of putting into service;\nDefined is \"putting into service\" in Article 3:\n(18) \"putting into service\" means the first use, for its intended purpose, in the Union, of a battery, without having been previously placed on the market."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                     },
                     },
                     "manufacturer": {
                     "manufacturer": {
                         "description": "Manufacturing information of the product. In the CATENA-X use case, the BPNL and BPNA can be stated. These attributes are mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(h) unique operator identifiers other than that of the manufacturer;\n(k) the name, contact details and unique operator identifier code of the economic operator established in the Union responsible for carrying out the tasks set out in Article 4 of Regulation (EU) 2019/1020, or Article 15 of Regulation (EU) [.../...] on general product safety, or similar tasks pursuant to other EU legislation applicable to the product.",
                         "options": {
                            "infoText": "Manufacturing information of the product. In the CATENA-X use case, the BPNL and BPNA can be stated. These attributes are mentioned in the ESPR provisional agreement from January 9th 2024 Annex III:\n(h) unique operator identifiers other than that of the manufacturer;\n(k) the name, contact details and unique operator identifier code of the economic operator established in the Union responsible for carrying out the tasks set out in Article 4 of Regulation (EU) 2019/1020, or Article 15 of Regulation (EU) [.../...] on general product safety, or similar tasks pursuant to other EU legislation applicable to the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ManufacturerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ManufacturerCharacteristic"
                     }
                     }
Line 416: Line 534:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeValueCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeValueCharacteristic": {
                 "type": "number",
                 "type": "number",
                 "description": "Characteristic for the life span value as an integer."
                 "options": {
                    "infoText": "Characteristic for the life span value as an integer."
                }
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeEnumeration": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "Enumeration with the possible units day, month, cycle, year and runningOrOperatingHour.",
                 "options": {
                    "infoText": "Enumeration with the possible units day, month, cycle, year and runningOrOperatingHour."
                },
                 "enum": [
                 "enum": [
                     "unit:day",
                     "unit:day",
Line 430: Line 552:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_WarrantyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_WarrantyCharacteristic": {
                 "description": "Characteristic for the warranty.",
                 "options": {
                    "infoText": "Characteristic for the warranty."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "lifeValue": {
                     "lifeValue": {
                         "description": "The value as an integer for the respective lifespan.",
                         "options": {
                            "infoText": "The value as an integer for the respective lifespan."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeValueCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeValueCharacteristic"
                     },
                     },
                     "lifeUnit": {
                     "lifeUnit": {
                         "description": "The unit of the respective lifespan expressed through the possible units day, month, cycle, year and runningOrOperatingHour.",
                         "options": {
                            "infoText": "The unit of the respective lifespan expressed through the possible units day, month, cycle, year and runningOrOperatingHour."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_LifeEnumeration"
                     }
                     }
Line 449: Line 577:
             "urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic": {
             "urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic": {
                 "type": "number",
                 "type": "number",
                 "description": "The quantity value associated with the unit expressed as float."
                 "options": {
                    "infoText": "The quantity value associated with the unit expressed as float."
                }
             },
             },
             "urn_samm_io.catenax.shared.quantity_2.0.0_LinearUnitEnumeration": {
             "urn_samm_io.catenax.shared.quantity_2.0.0_LinearUnitEnumeration": {
                 "type": "string",
                 "type": "string",
                 "pattern": "[a-zA-Z]*:[a-zA-Z]+",
                 "pattern": "[a-zA-Z]*:[a-zA-Z]+",
                 "description": "The unit of a linear attribute that may be used for height, width, length and diameter.",
                 "options": {
                    "infoText": "The unit of a linear attribute that may be used for height, width, length and diameter."
                },
                 "enum": [
                 "enum": [
                     "unit:millimetre",
                     "unit:millimetre",
Line 466: Line 598:
             },
             },
             "urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic": {
             "urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic": {
                 "description": "Characteristic for linear measurements of an item.",
                 "options": {
                    "infoText": "Characteristic for linear measurements of an item."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "The quantity value associated with the unit.",
                         "options": {
                            "infoText": "The quantity value associated with the unit."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic"
                     },
                     },
                     "unit": {
                     "unit": {
                         "description": "The unit of a linear attribute.",
                         "options": {
                            "infoText": "The unit of a linear attribute."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearUnitEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearUnitEnumeration"
                     }
                     }
Line 486: Line 624:
                 "type": "string",
                 "type": "string",
                 "pattern": "[a-zA-Z]*:[a-zA-Z]+",
                 "pattern": "[a-zA-Z]*:[a-zA-Z]+",
                 "description": "Enumeration for mass units.",
                 "options": {
                    "infoText": "Enumeration for mass units."
                },
                 "enum": [
                 "enum": [
                     "unit:gram",
                     "unit:gram",
Line 497: Line 637:
             },
             },
             "urn_samm_io.catenax.shared.quantity_2.0.0_MassCharacteristic": {
             "urn_samm_io.catenax.shared.quantity_2.0.0_MassCharacteristic": {
                 "description": "Characteristic for mass measurements of an item.",
                 "options": {
                    "infoText": "Characteristic for mass measurements of an item."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "The quantity value associated with the unit.",
                         "options": {
                            "infoText": "The quantity value associated with the unit."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic"
                     },
                     },
                     "unit": {
                     "unit": {
                         "description": "The unit of a mass related attribute.",
                         "options": {
                            "infoText": "The unit of a mass related attribute."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_MassUnitEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_MassUnitEnumeration"
                     }
                     }
Line 515: Line 661:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PhysicalDimensionCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PhysicalDimensionCharacteristic": {
                 "description": "Characteristic for the physical dimensions.",
                 "options": {
                    "infoText": "Characteristic for the physical dimensions."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "height": {
                     "height": {
                         "description": "The height of the item measured in a specific linear unit which can be declared in the corresponding unit attribute.",
                         "options": {
                            "infoText": "The height of the item measured in a specific linear unit which can be declared in the corresponding unit attribute."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic"
                     },
                     },
                     "length": {
                     "length": {
                         "description": "The length of the item measured in a specific linear unit which can be declared in the corresponding unit attribute.",
                         "options": {
                            "infoText": "The length of the item measured in a specific linear unit which can be declared in the corresponding unit attribute."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic"
                     },
                     },
                     "width": {
                     "width": {
                         "description": "The width of the item measured in a specific linear unit which can be declared in the corresponding unit attribute.",
                         "options": {
                            "infoText": "The width of the item measured in a specific linear unit which can be declared in the corresponding unit attribute."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_LinearCharacteristic"
                     },
                     },
                     "weight": {
                     "weight": {
                         "description": "Weight of the product measured in a specific mass unit which can be declared in the corresponding unit attribute.  This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(2) (b) (i) information on the performance of the product in relation to the product parameters referred to in Annex I;\nAnnex I (i) weight and volume of the product [...].",
                         "options": {
                            "infoText": "Weight of the product measured in a specific mass unit which can be declared in the corresponding unit attribute.  This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(2) (b) (i) information on the performance of the product in relation to the product parameters referred to in Annex I;\nAnnex I (i) weight and volume of the product [...]."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_MassCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_MassCharacteristic"
                     }
                     }
Line 540: Line 696:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CharacteristicsElement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CharacteristicsElement": {
                 "description": "Characteristic for the product characteristics.",
                 "options": {
                    "infoText": "Characteristic for the product characteristics."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "warranty": {
                     "warranty": {
                         "description": "The warranty of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in ANNEX XIII:\n(m) period for which the commercial warranty for the calendar life applies.",
                         "options": {
                            "infoText": "The warranty of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in ANNEX XIII:\n(m) period for which the commercial warranty for the calendar life applies."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WarrantyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WarrantyCharacteristic"
                     },
                     },
                     "physicalDimension": {
                     "physicalDimension": {
                         "description": "The weight of the battery. For calculation of the energy density, the volume is also needed. The energy density of a battery is measured in watt-hours per kilogram (Wh/kg) and watt-hours per liter (Wh/L). These measures indicate how much energy a battery can store relative to its weight and volume, respectively. Other measurements are optional.These are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) and refers to Annex VI Part A:\n5. the weight.",
                         "options": {
                            "infoText": "The weight of the battery. For calculation of the energy density, the volume is also needed. The energy density of a battery is measured in watt-hours per kilogram (Wh/kg) and watt-hours per liter (Wh/L). These measures indicate how much energy a battery can store relative to its weight and volume, respectively. Other measurements are optional.These are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) and refers to Annex VI Part A:\n5. the weight."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PhysicalDimensionCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PhysicalDimensionCharacteristic"
                     }
                     }
Line 559: Line 721:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HeaderTrait": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HeaderTrait": {
                 "type": "string",
                 "type": "string",
                 "description": "Constraint for a maximum of 100 characters.",
                 "options": {
                    "infoText": "Constraint for a maximum of 100 characters."
                },
                 "maxLength": 100
                 "maxLength": 100
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentationEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentationEntity": {
                 "description": "Entity for a document with a header, type and content.",
                 "options": {
                    "infoText": "Entity for a document with a header, type and content."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "content": {
                     "content": {
                         "description": "The content of the document e.g a link.",
                         "options": {
                            "infoText": "The content of the document e.g a link."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "contentType": {
                     "contentType": {
                         "description": "The type of content which can be expected in the \"content\" property. Examples are a link, restricted link, pdf, excel, etc.",
                         "options": {
                            "infoText": "The type of content which can be expected in the \"content\" property. Examples are a link, restricted link, pdf, excel, etc."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "header": {
                     "header": {
                         "description": "The header as a short description of the document with a maximum of 100 characters.",
                         "options": {
                            "infoText": "The header as a short Xdescription of the document with a maximum of 100 characters."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HeaderTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HeaderTrait"
                     }
                     }
Line 586: Line 758:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList": {
                 "description": "List of documents.",
                 "options": {
                    "infoText": "List of documents."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 593: Line 767:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityDocumentCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityDocumentCharacteristic": {
                 "description": "Characteristic for sustainability documents of the battery.",
                 "options": {
                    "infoText": "Characteristic for sustainability documents of the battery."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "separateCollection": {
                     "separateCollection": {
                         "description": "Documentation about separate collection of batteries involve information on how to properly collect, handle, and recycle batteries to ensure environmental sustainability and compliance with regulations. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n(a) the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aimed at extending their use phase and the possibilities of re-use, preparation for re-use, preparation for repurposing, repurposing and remanufacturing;\n(b) the role of end-users in contributing to the separate collection of waste batteries in accordance with their obligations under Article 64 to allow their treatment;\n(c) the separate collection, take-back and collection points, preparation for re-use, preparation for repurposing and treatment available for waste batteries;\n(d) the necessary safety instructions to handle waste batteries, including in relation to the risks associated with, and the handling of, batteries containing lithium;\n(e) the meaning of the labels and symbols on batteries in accordance with Article 13 or printed on their packaging or in the documents accompanying batteries; and\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste.",
                         "options": {
                            "infoText": "Documentation about separate collection of batteries involve information on how to properly collect, handle, and recycle batteries to ensure environmental sustainability and compliance with regulations. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n(a) the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aimed at extending their use phase and the possibilities of re-use, preparation for re-use, preparation for repurposing, repurposing and remanufacturing;\n(b) the role of end-users in contributing to the separate collection of waste batteries in accordance with their obligations under Article 64 to allow their treatment;\n(c) the separate collection, take-back and collection points, preparation for re-use, preparation for repurposing and treatment available for waste batteries;\n(d) the necessary safety instructions to handle waste batteries, including in relation to the risks associated with, and the handling of, batteries containing lithium;\n(e) the meaning of the labels and symbols on batteries in accordance with Article 13 or printed on their packaging or in the documents accompanying batteries; and\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "wastePrevention": {
                     "wastePrevention": {
                         "description": "Documentation about waste prevention for batteries which include guidelines, recommendations, and information on minimizing the environmental impact associated with the use and disposal of batteries. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74 (1) which call Article 8a of Directive 2008/98/EC:\n2. Member States shall take the necessary measures to ensure that the waste holders targeted by the extended producer responsibility schemes established in accordance with Article 8 (1), are informed about waste prevention measures, centres for re-use and preparing for re-use, take-back and collection systems, and the prevention of littering. Member States shall also take measures to create incentives for the waste holders to assume their responsibility to deliver their waste into the separate collection systems in place, notably, where appropriate, through economic incentives or regulations.",
                         "options": {
                            "infoText": "Documentation about waste prevention for batteries which include guidelines, recommendations, and information on minimizing the environmental impact associated with the use and disposal of batteries. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74 (1) which call Article 8a of Directive 2008/98/EC:\n2. Member States shall take the necessary measures to ensure that the waste holders targeted by the extended producer responsibility schemes established in accordance with Article 8 (1), are informed about waste prevention measures, centres for re-use and preparing for re-use, take-back and collection systems, and the prevention of littering. Member States shall also take measures to create incentives for the waste holders to assume their responsibility to deliver their waste into the separate collection systems in place, notably, where appropriate, through economic incentives or regulations."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "euTaxonomyDisclosureStatement": {
                     "euTaxonomyDisclosureStatement": {
                         "description": "Optional disclosure regarding the EU taxonomy, with the choice to voluntarily provide the EU Taxonomy disclosure through the battery passport.",
                         "options": {
                            "infoText": "Optional disclosure regarding the EU taxonomy, with the choice to voluntarily provide the EU Taxonomy disclosure through the battery passport."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "sustainabilityReport": {
                     "sustainabilityReport": {
                         "description": "Voluntarily making the Sustainability Report available via the battery passport. A report containing the information concerning the sustainability in form of a document.",
                         "options": {
                            "infoText": "Voluntarily making the Sustainability Report available via the battery passport. A report containing the information concerning the sustainability in form of a document."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     }
                     }
Line 620: Line 804:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait": {
                 "type": "number",
                 "type": "number",
                 "description": "Constraint for only positive values.",
                 "options": {
                    "infoText": "Constraint for only positive values."
                },
                 "minimum": 0,
                 "minimum": 0,
                 "exclusiveMinimum": false
                 "exclusiveMinimum": false
Line 626: Line 812:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CategoryEnumeration": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CategoryEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "Enumeration of the 19 impact categories in accordance to EN15804+A2.",
                 "options": {
                    "infoText": "Enumeration of the 19 impact categories in accordance to EN15804+A2."
                },
                 "enum": [
                 "enum": [
                     "Climate Change Total",
                     "Climate Change Total",
Line 650: Line 838:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FootprintEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FootprintEntity": {
                 "description": "Footprint Entity for the carbon and environmental footprint with the total value, unit, impact category type, lifecycle, rulebook, declaration, performance class and the facility.",
                 "options": {
                    "infoText": "Footprint Entity for the carbon and environmental footprint with the total value, unit, impact category type, lifecycle, rulebook, declaration, performance class and the facility."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "The value of the footprint of the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Annex I:\n(l) the environmental footprint of the product, expressed as a quantification, in accordance with the applicable delegated act, of a product's life cycle environmental impacts, whether in relation to one or more environmental impact categories or an aggregated set of impact categories;\n(m) the carbon footprint of the product;\n(ma) the material footprint of the product.\n",
                         "options": {
                            "infoText": "The value of the footprint of the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Annex I:\n(l) the environmental footprint of the product, expressed as a quantification, in accordance with the applicable delegated act, of a product's life cycle environmental impacts, whether in relation to one or more environmental impact categories or an aggregated set of impact categories;\n(m) the carbon footprint of the product;\n(ma) the material footprint of the product.\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                     },
                     },
                     "rulebook": {
                     "rulebook": {
                         "description": "The applied rulebook for the environmental footprint of the product.",
                         "options": {
                            "infoText": "The applied rulebook for the environmental footprint of the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "lifecycle": {
                     "lifecycle": {
                         "description": "The lifecycle stage, to which the environmental footprint corresponds. These could be for example \"raw material acquisition and pre-processing\", \"main product production\", \"distribution\" or \"end of life and recycling\".",
                         "options": {
                            "infoText": "The lifecycle stage, to which the environmental footprint corresponds. These could be for example \"raw material acquisition and pre-processing\", \"main product production\", \"distribution\" or \"end of life and recycling\"."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "unit": {
                     "unit": {
                         "description": "The unit of measurement of the environmental impact category. For each impact category a specific unit is used. If an aggregation is used, utilize the normalization and weighting methods used in the referenced rulebook.",
                         "options": {
                            "infoText": "The unit of measurement of the environmental impact category. For each impact category a specific unit is used. If an aggregation is used, utilize the normalization and weighting methods used in the referenced rulebook."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "type": {
                     "type": {
                         "description": "The type of the environmental footprint of the product. This could be one of the environmental impact categories. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Article 7:\n(2)(b)(i) information on the performance of the product in relation to one or more of the product parameters referred to in Annex I, including a scoring of reparability or durability, carbon footprint or environmental footprint;\nAnnex I:\n(l) the environmental footprint of the product, expressed as a quantification, in accordance with the applicable delegated act, of a product's life cycle environmental impacts, whether in relation to one or more environmental impact categories or an aggregated set of impact categories.\n(m) the carbon footprint of the product;\n(ma) the material footprint of the product.",
                         "options": {
                            "infoText": "The type of the environmental footprint of the product. This could be one of the environmental impact categories. This attribute is mentioned in the ESPR provisional agreement from January 9th 2024 Article 7:\n(2)(b)(i) information on the performance of the product in relation to one or more of the product parameters referred to in Annex I, including a scoring of reparability or durability, carbon footprint or environmental footprint;\nAnnex I:\n(l) the environmental footprint of the product, expressed as a quantification, in accordance with the applicable delegated act, of a product's life cycle environmental impacts, whether in relation to one or more environmental impact categories or an aggregated set of impact categories.\n(m) the carbon footprint of the product;\n(ma) the material footprint of the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CategoryEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CategoryEnumeration"
                     },
                     },
                     "performanceClass": {
                     "performanceClass": {
                         "description": "The performance classification of the footprint.",
                         "options": {
                            "infoText": "The performance classification of the footprint."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "manufacturingPlant": {
                     "manufacturingPlant": {
                         "description": "The manufacturing plant of the footprint in the specific lifecycle phase.",
                         "options": {
                            "infoText": "The manufacturing plant of the footprint in the specific lifecycle phase."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FacilityList"
                     },
                     },
                     "declaration": {
                     "declaration": {
                         "description": "The footprint declaration in the format of a link ",
                         "options": {
                            "infoText": "The footprint declaration in the format of a link "
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     }
                     }
Line 697: Line 903:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FootprintList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FootprintList": {
                 "description": "Footprint List for the environmental footprint.",
                 "options": {
                    "infoText": "Footprint List for the environmental footprint."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 705: Line 913:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StateEnumeration": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StateEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "Enumeration defined as original, repurposed, re-used, remanufactured or waste.",
                 "options": {
                    "infoText": "Enumeration defined as original, repurposed, re-used, remanufactured or waste."
                },
                 "enum": [
                 "enum": [
                     "original",
                     "original",
Line 715: Line 925:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityCharacteristic": {
                 "description": "Characteristic for sustainability attributes.",
                 "options": {
                    "infoText": "Characteristic for sustainability attributes."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "documents": {
                     "documents": {
                         "description": "Sustainability documents of the battery.",
                         "options": {
                            "infoText": "Sustainability documents of the battery."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityDocumentCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityDocumentCharacteristic"
                     },
                     },
                     "carbonFootprint": {
                     "carbonFootprint": {
                         "description": "The carbon footprint of the battery calculated as kg of carbon dioxide equivalent per one kWh of the total energy provided by the battery over its expected service life. Relevant attributes are the value, the unit, the referenced rulebook, the lifecycle where applied, the declaration, the performance class, the type (PCF), the declaration and the facility. These attributes are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in several places.\nAnnex XIII (1) (c) refers to Article 7 (2) which refers to Article 7 (1)(d):\n1. For electric vehicle batteries, rechargeable industrial batteries with a capacity greater than 2 kWh and LMT batteries a carbon footprint declaration shall be drawn up for each battery model per manufacturing plant, in accordance with the implementing act referred to in the fourth subparagraph and containing, at least, the following information:\n[...] (d) the carbon footprint of the battery, calculated as kg of carbon dioxide equivalent per one kWh of the total energy provided by the battery over its expected service life;\nAnd as well in Article 7:\n2. Electric vehicle batteries, rechargeable industrial batteries with a capacity greater than 2 kWh and LMT batteries shall bear a conspicuous, clearly legible and indelible label indicating the carbon footprint of the battery referred to in paragraph 1, first subparagraph, point (d) and declaring the carbon footprint performance class to which the relevant battery model per manufacturing plant corresponds.\nFurther specified in Annex XIII (1) (c) and refers to Article 7 (1):\n[...] The Commission shall, by 18 February 2024 for electric vehicle batteries, 18 February 2025 for rechargeable industrial batteries, except those with external storage, 18 February 2027 for LMT batteries and 18 February 2029 for industrial batteries with external storage, adopt:\n(a) a delegated act in accordance with Article 89 to supplement this Regulation by establishing the methodology for the calculation and verification of the carbon footprint of the battery referred to in the first subparagraph, point (d), in accordance with the essential elements set out in Annex II;\nThese parameters are defined by Article 3:\n(21) \"carbon footprint\" means the sum of greenhouse gas emissions and greenhouse gas removals in a product system, expressed as carbon dioxide equivalents and based on a Product Environmental Footprint (PEF) study using the single impact category of climate change;\nand defined by Annex II (2):\n(e) \"life cycle\" means the consecutive and interlinked stages of a product system, from raw material acquisition or generation from natural resources to final disposal (ISO 14040:2006 or an equivalent standard).",
                         "options": {
                            "infoText": "The carbon footprint of the battery calculated as kg of carbon dioxide equivalent per one kWh of the total energy provided by the battery over its expected service life. Relevant attributes are the value, the unit, the referenced rulebook, the lifecycle where applied, the declaration, the performance class, the type (PCF), the declaration and the facility. These attributes are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in several places.\nAnnex XIII (1) (c) refers to Article 7 (2) which refers to Article 7 (1)(d):\n1. For electric vehicle batteries, rechargeable industrial batteries with a capacity greater than 2 kWh and LMT batteries a carbon footprint declaration shall be drawn up for each battery model per manufacturing plant, in accordance with the implementing act referred to in the fourth subparagraph and containing, at least, the following information:\n[...] (d) the carbon footprint of the battery, calculated as kg of carbon dioxide equivalent per one kWh of the total energy provided by the battery over its expected service life;\nAnd as well in Article 7:\n2. Electric vehicle batteries, rechargeable industrial batteries with a capacity greater than 2 kWh and LMT batteries shall bear a conspicuous, clearly legible and indelible label indicating the carbon footprint of the battery referred to in paragraph 1, first subparagraph, point (d) and declaring the carbon footprint performance class to which the relevant battery model per manufacturing plant corresponds.\nFurther specified in Annex XIII (1) (c) and refers to Article 7 (1):\n[...] The Commission shall, by 18 February 2024 for electric vehicle batteries, 18 February 2025 for rechargeable industrial batteries, except those with external storage, 18 February 2027 for LMT batteries and 18 February 2029 for industrial batteries with external storage, adopt:\n(a) a delegated act in accordance with Article 89 to supplement this Regulation by establishing the methodology for the calculation and verification of the carbon footprint of the battery referred to in the first subparagraph, point (d), in accordance with the essential elements set out in Annex II;\nThese parameters are defined by Article 3:\n(21) \"carbon footprint\" means the sum of greenhouse gas emissions and greenhouse gas removals in a product system, expressed as carbon dioxide equivalents and based on a Product Environmental Footprint (PEF) study using the single impact category of climate change;\nand defined by Annex II (2):\n(e) \"life cycle\" means the consecutive and interlinked stages of a product system, from raw material acquisition or generation from natural resources to final disposal (ISO 14040:2006 or an equivalent standard)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FootprintList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_FootprintList"
                     },
                     },
                     "status": {
                     "status": {
                         "description": "The status of the product (original, repurposed, re-used, remanufactured or waste) to indicated, whether it is a used product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Annex I:\n(j) incorporation of used components.",
                         "options": {
                            "infoText": "The status of the product (original, repurposed, re-used, remanufactured or waste) to indicated, whether it is a used product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Annex I:\n(j) incorporation of used components."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StateEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StateEnumeration"
                     }
                     }
Line 739: Line 957:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait": {
                 "type": "number",
                 "type": "number",
                 "description": "Range constraint for a positive percentage value.",
                 "options": {
                    "infoText": "Range constraint for a positive percentage value."
                },
                 "maximum": 100,
                 "maximum": 100,
                 "exclusiveMaximum": false,
                 "exclusiveMaximum": false,
Line 747: Line 967:
             "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean": {
             "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean": {
                 "type": "boolean",
                 "type": "boolean",
                 "description": "Represents a boolean value (i.e. a \"flag\")."
                 "options": {
                    "infoText": "Represents a boolean value (i.e. a \"flag\")."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive": {
                 "description": "Characteristic to describe the active material.",
                 "options": {
                    "infoText": "Characteristic to describe the active material."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "location": {
                     "location": {
                         "description": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product.",
                         "options": {
                            "infoText": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "recycled": {
                     "recycled": {
                         "description": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;",
                         "options": {
                            "infoText": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                     },
                     },
                     "documentation": {
                     "documentation": {
                         "description": "Documentation accompanying the material.",
                         "options": {
                            "infoText": "Documentation accompanying the material."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "critical": {
                     "critical": {
                         "description": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found.",
                         "options": {
                            "infoText": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     }
                     }
Line 779: Line 1,011:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "Enumeration of possible units of concentration with percent, volume percent, parts per thousand, parts per million, parts per billion and parts per trillion.",
                 "options": {
                    "infoText": "Enumeration of possible units of concentration with percent, volume percent, parts per thousand, parts per million, parts per billion and parts per trillion."
                },
                 "enum": [
                 "enum": [
                     "unit:partPerMillion",
                     "unit:partPerMillion",
Line 790: Line 1,024:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_LeadCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_LeadCharacteristic": {
                 "description": "Characteristic for specific hazardous/active lead information.",
                 "options": {
                    "infoText": "Characteristic for specific hazardous/active lead information."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "impactOfSubstances": {
                     "impactOfSubstances": {
                         "description": "An accumulation of documents that refer to the impact, especially hazardous substances, on the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n[...]\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste.",
                         "options": {
                            "infoText": "An accumulation of documents that refer to the impact, especially hazardous substances, on the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n[...]\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "critical": {
                     "critical": {
                         "description": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found.",
                         "options": {
                            "infoText": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     },
                     },
                     "documentation": {
                     "documentation": {
                         "description": "Documentation accompanying the material.",
                         "options": {
                            "infoText": "Documentation accompanying the material."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "recycled": {
                     "recycled": {
                         "description": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;",
                         "options": {
                            "infoText": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                     },
                     },
                     "location": {
                     "location": {
                         "description": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product.",
                         "options": {
                            "infoText": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "concentration": {
                     "concentration": {
                         "description": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n",
                         "options": {
                            "infoText": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                     },
                     },
                     "materialUnit": {
                     "materialUnit": {
                         "description": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion.",
                         "options": {
                            "infoText": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                     }
                     }
Line 834: Line 1,084:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ListTypeEnumerationId": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ListTypeEnumerationId": {
                 "type": "string",
                 "type": "string",
                 "description": "Enumeration of different systems and organizations related to the identification and classification of chemical substances in the field of chemistry. The enumeration values are EC or CAS.",
                 "options": {
                    "infoText": "Enumeration of different systems and organizations related to the identification and classification of chemical substances in the field of chemistry. The enumeration values are EC or CAS."
                },
                 "enum": [
                 "enum": [
                     "CAS",
                     "CAS",
Line 842: Line 1,094:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdEntity": {
                 "description": "Id Entity with identifier, name and list type.",
                 "options": {
                    "infoText": "Id Entity with identifier, name and list type."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "id": {
                     "id": {
                         "description": "The substance identification, in accordance with the specification in the attribute for the list type.",
                         "options": {
                            "infoText": "The substance identification, in accordance with the specification in the attribute for the list type."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                     },
                     },
                     "type": {
                     "type": {
                         "description": "The type of standard used for the identification of the substances. Selected can be for example CAS, IUPAC or EC.",
                         "options": {
                            "infoText": "The type of standard used for the identification of the substances. Selected can be for example CAS, IUPAC or EC."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ListTypeEnumerationId"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ListTypeEnumerationId"
                     },
                     },
                     "name": {
                     "name": {
                         "description": "The name of the material which is present in the product.",
                         "options": {
                            "infoText": "The name of the material which is present in the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     }
                     }
Line 865: Line 1,125:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList": {
                 "description": "List of ids for the identification.",
                 "options": {
                    "infoText": "List of ids for the identification."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 872: Line 1,134:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherActiveMaterialsEntity": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherActiveMaterialsEntity": {
                 "description": "Entity for other active materials.",
                 "options": {
                    "infoText": "Entity for other active materials."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "location": {
                     "location": {
                         "description": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product.",
                         "options": {
                            "infoText": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "recycled": {
                     "recycled": {
                         "description": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;",
                         "options": {
                            "infoText": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                     },
                     },
                     "documentation": {
                     "documentation": {
                         "description": "Documentation accompanying the material.",
                         "options": {
                            "infoText": "Documentation accompanying the material."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "critical": {
                     "critical": {
                         "description": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found.",
                         "options": {
                            "infoText": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     },
                     },
                     "materialIdentification": {
                     "materialIdentification": {
                         "description": "The chemical material name and identification, in accordance with the specification in the attribute for the list type. Preference is given to the IUPAC name. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 7:\n(5) (a) the name of the substances of concern present in the product, as follows:\n - name(s) in the International Union of Pure and Applied Chemistry (IUPAC) nomenclature, or another international name when IUPAC name is not available; \n- other names (usual name, trade name, abbreviation);\n- European Community (EC) number, as indicated in the European Inventory of Existing Commercial Chemical Substances (EINECS), the European List of Notified Chemical Substances (ELINCS) or the No Longer Polymer (NLP) list or assigned by the European Chemicals Agency (ECHA), if available;\n- the Chemical Abstract Service (CAS) name(s) and number(s), if available; .",
                         "options": {
                            "infoText": "The chemical material name and identification, in accordance with the specification in the attribute for the list type. Preference is given to the IUPAC name. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 7:\n(5) (a) the name of the substances of concern present in the product, as follows:\n - name(s) in the International Union of Pure and Applied Chemistry (IUPAC) nomenclature, or another international name when IUPAC name is not available; \n- other names (usual name, trade name, abbreviation);\n- European Community (EC) number, as indicated in the European Inventory of Existing Commercial Chemical Substances (EINECS), the European List of Notified Chemical Substances (ELINCS) or the No Longer Polymer (NLP) list or assigned by the European Chemicals Agency (ECHA), if available;\n- the Chemical Abstract Service (CAS) name(s) and number(s), if available; ."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList"
                     }
                     }
Line 905: Line 1,179:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherActiveMaterialsList": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherActiveMaterialsList": {
                 "description": "List of other active materials.",
                 "options": {
                    "infoText": "List of other active materials."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 912: Line 1,188:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ActiveMaterialsCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ActiveMaterialsCharacteristic": {
                 "description": "Characteristic for the active materials.",
                 "options": {
                    "infoText": "Characteristic for the active materials."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "nickel": {
                     "nickel": {
                         "description": "Information about the percentage of recovered nickel from waste. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.",
                         "options": {
                            "infoText": "Information about the percentage of recovered nickel from waste. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive"
                     },
                     },
                     "lithium": {
                     "lithium": {
                         "description": "Information about the percentage of recovered lithium from waste. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.",
                         "options": {
                            "infoText": "Information about the percentage of recovered lithium from waste. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive"
                     },
                     },
                     "cobalt": {
                     "cobalt": {
                         "description": "Information about the percentage of recovered cobalt from waste. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.",
                         "options": {
                            "infoText": "Information about the percentage of recovered cobalt from waste. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialActive"
                     },
                     },
                     "lead": {
                     "lead": {
                         "description": "Information about the lead in the battery. As this is an active and hazardous material, all properties for hazardous as well as active materials are required. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.\nAnd for hazardous materials this is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nAdditionally in Article 13:\n5. All batteries containing more than 0,002 % cadmium or more than 0,004 % lead, shall be marked with the chemical symbol for the metal concerned: Cd or Pb.\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008.",
                         "options": {
                            "infoText": "Information about the lead in the battery. As this is an active and hazardous material, all properties for hazardous as well as active materials are required. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.\nAnd for hazardous materials this is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nAdditionally in Article 13:\n5. All batteries containing more than 0,002 % cadmium or more than 0,004 % lead, shall be marked with the chemical symbol for the metal concerned: Cd or Pb.\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_LeadCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_LeadCharacteristic"
                     },
                     },
                     "other": {
                     "other": {
                         "description": "Other active materials in the battery.",
                         "options": {
                            "infoText": "Other active materials in the battery."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherActiveMaterialsList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherActiveMaterialsList"
                     }
                     }
Line 944: Line 1,232:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousCharacteristic": {
                 "description": "Material attributes for hazardous materials.",
                 "options": {
                    "infoText": "Material attributes for hazardous materials."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "impactOfSubstances": {
                     "impactOfSubstances": {
                         "description": "An accumulation of documents that refer to the impact, especially hazardous substances, on the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n[...]\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste.",
                         "options": {
                            "infoText": "An accumulation of documents that refer to the impact, especially hazardous substances, on the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n[...]\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "concentration": {
                     "concentration": {
                         "description": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n",
                         "options": {
                            "infoText": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                     },
                     },
                     "location": {
                     "location": {
                         "description": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product.",
                         "options": {
                            "infoText": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "materialUnit": {
                     "materialUnit": {
                         "description": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion.",
                         "options": {
                            "infoText": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                     },
                     },
                     "critical": {
                     "critical": {
                         "description": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found.",
                         "options": {
                            "infoText": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     },
                     },
                     "documentation": {
                     "documentation": {
                         "description": "Documentation accompanying the material.",
                         "options": {
                            "infoText": "Documentation accompanying the material."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     }
                     }
Line 982: Line 1,284:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherHazardousMaterialEntity": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherHazardousMaterialEntity": {
                 "description": "Entity for other hazardous materials.",
                 "options": {
                    "infoText": "Entity for other hazardous materials."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "impactOfSubstances": {
                     "impactOfSubstances": {
                         "description": "An accumulation of documents that refer to the impact, especially hazardous substances, on the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n[...]\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste.",
                         "options": {
                            "infoText": "An accumulation of documents that refer to the impact, especially hazardous substances, on the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (s), refers to  Article 74:\n1. In addition to the information referred to in Article 8a(2) of Directive 2008/98/EC, producers or, where appointed in accordance with Article 57(1), producer responsibility organisations shall make available to end-users and distributors the following information regarding the prevention and management of waste batteries with regard to the categories of batteries that they supply within the territory of a Member State:\n[...]\n(f) the impact of substances, in particular hazardous substances, present in batteries on the environment and on human health or the safety of persons, including the impact due to inappropriate discarding of waste batteries, such as littering or discarding as unsorted municipal waste."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "materialUnit": {
                     "materialUnit": {
                         "description": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion.",
                         "options": {
                            "infoText": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                     },
                     },
                     "concentration": {
                     "concentration": {
                         "description": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n",
                         "options": {
                            "infoText": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                     },
                     },
                     "materialIdentification": {
                     "materialIdentification": {
                         "description": "The chemical material name and identification, in accordance with the specification in the attribute for the list type. Preference is given to the IUPAC name. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 7:\n(5) (a) the name of the substances of concern present in the product, as follows:\n - name(s) in the International Union of Pure and Applied Chemistry (IUPAC) nomenclature, or another international name when IUPAC name is not available; \n- other names (usual name, trade name, abbreviation);\n- European Community (EC) number, as indicated in the European Inventory of Existing Commercial Chemical Substances (EINECS), the European List of Notified Chemical Substances (ELINCS) or the No Longer Polymer (NLP) list or assigned by the European Chemicals Agency (ECHA), if available;\n- the Chemical Abstract Service (CAS) name(s) and number(s), if available; .",
                         "options": {
                            "infoText": "The chemical material name and identification, in accordance with the specification in the attribute for the list type. Preference is given to the IUPAC name. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 7:\n(5) (a) the name of the substances of concern present in the product, as follows:\n - name(s) in the International Union of Pure and Applied Chemistry (IUPAC) nomenclature, or another international name when IUPAC name is not available; \n- other names (usual name, trade name, abbreviation);\n- European Community (EC) number, as indicated in the European Inventory of Existing Commercial Chemical Substances (EINECS), the European List of Notified Chemical Substances (ELINCS) or the No Longer Polymer (NLP) list or assigned by the European Chemicals Agency (ECHA), if available;\n- the Chemical Abstract Service (CAS) name(s) and number(s), if available; ."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList"
                     },
                     },
                     "documentation": {
                     "documentation": {
                         "description": "Documentation accompanying the material.",
                         "options": {
                            "infoText": "Documentation accompanying the material."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "critical": {
                     "critical": {
                         "description": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found.",
                         "options": {
                            "infoText": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     },
                     },
                     "location": {
                     "location": {
                         "description": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product.",
                         "options": {
                            "infoText": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     }
                     }
Line 1,025: Line 1,343:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherHazardousMaterialList": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherHazardousMaterialList": {
                 "description": "List of other hazardous materials.",
                 "options": {
                    "infoText": "List of other hazardous materials."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 1,032: Line 1,352:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousSubstanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousSubstanceCharacteristic": {
                 "description": "Hazardous Substance Characteristic for the battery chemical materials.",
                 "options": {
                    "infoText": "Hazardous Substance Characteristic for the battery chemical materials."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "cadmium": {
                     "cadmium": {
                         "description": "Information about the presence of cadmium in the battery. Therefore, a concentration and the location within the battery has to be given. This is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008.\nAdditionally in Article 13:\n5. All batteries containing more than 0,002 % cadmium or more than 0,004 % lead, shall be marked with the chemical symbol for the metal concerned: Cd or Pb.",
                         "options": {
                            "infoText": "Information about the presence of cadmium in the battery. Therefore, a concentration and the location within the battery has to be given. This is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008.\nAdditionally in Article 13:\n5. All batteries containing more than 0,002 % cadmium or more than 0,004 % lead, shall be marked with the chemical symbol for the metal concerned: Cd or Pb."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousCharacteristic"
                     },
                     },
                     "mercury": {
                     "mercury": {
                         "description": "Information about the presence of mercury in the battery. Therefore, a concentration and the location within the battery has to be given. This is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008.",
                         "options": {
                            "infoText": "Information about the presence of mercury in the battery. Therefore, a concentration and the location within the battery has to be given. This is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousCharacteristic"
                     },
                     },
                     "other": {
                     "other": {
                         "description": "Other hazardous materials.",
                         "options": {
                            "infoText": "Other hazardous materials."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherHazardousMaterialList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OtherHazardousMaterialList"
                     },
                     },
                     "lead": {
                     "lead": {
                         "description": "Information about the lead in the battery. As this is an active and hazardous material, all properties for hazardous as well as active materials are required. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.\nAnd for hazardous materials this is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nAdditionally in Article 13:\n5. All batteries containing more than 0,002 % cadmium or more than 0,004 % lead, shall be marked with the chemical symbol for the metal concerned: Cd or Pb.\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008.",
                         "options": {
                            "infoText": "Information about the lead in the battery. As this is an active and hazardous material, all properties for hazardous as well as active materials are required. These attribute are mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(e) refers to Article 8:\n1. From 18 August 2028 or 24 months after the date of entry into force of the delegated act referred to in the third subparagraph, whichever is the latest, industrial batteries with a capacity greater than 2 kWh, except those with exclusively external storage, electric vehicle batteries and SLI batteries that contain cobalt, lead, lithium or nickel in active materials, shall be accompanied by documentation containing information about the percentage share of cobalt, lithium or nickel that is present in active materials and that has been recovered from battery manufacturing waste or post-consumer waste, and the percentage share of lead that is present in the battery and that has been recovered from waste, for each battery model per year and per manufacturing plant.\nAnd for hazardous materials this is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) refers to Annex VI Part A: \n8. the hazardous substances present in the battery, other than mercury, cadmium or lead;\nAdditionally in Article 13:\n5. All batteries containing more than 0,002 % cadmium or more than 0,004 % lead, shall be marked with the chemical symbol for the metal concerned: Cd or Pb.\nDefined in Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_LeadCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_LeadCharacteristic"
                     }
                     }
Line 1,059: Line 1,389:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialCompositionEntity": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialCompositionEntity": {
                 "description": "Entity for the material composition.",
                 "options": {
                    "infoText": "Entity for the material composition."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "id": {
                     "id": {
                         "description": "The chemical material name and identification, in accordance with the specification in the attribute for the list type. Preference is given to the IUPAC name. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 7:\n(5) (a) the name of the substances of concern present in the product, as follows:\n - name(s) in the International Union of Pure and Applied Chemistry (IUPAC) nomenclature, or another international name when IUPAC name is not available; \n- other names (usual name, trade name, abbreviation);\n- European Community (EC) number, as indicated in the European Inventory of Existing Commercial Chemical Substances (EINECS), the European List of Notified Chemical Substances (ELINCS) or the No Longer Polymer (NLP) list or assigned by the European Chemicals Agency (ECHA), if available;\n- the Chemical Abstract Service (CAS) name(s) and number(s), if available; .",
                         "options": {
                            "infoText": "The chemical material name and identification, in accordance with the specification in the attribute for the list type. Preference is given to the IUPAC name. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 7:\n(5) (a) the name of the substances of concern present in the product, as follows:\n - name(s) in the International Union of Pure and Applied Chemistry (IUPAC) nomenclature, or another international name when IUPAC name is not available; \n- other names (usual name, trade name, abbreviation);\n- European Community (EC) number, as indicated in the European Inventory of Existing Commercial Chemical Substances (EINECS), the European List of Notified Chemical Substances (ELINCS) or the No Longer Polymer (NLP) list or assigned by the European Chemicals Agency (ECHA), if available;\n- the Chemical Abstract Service (CAS) name(s) and number(s), if available; ."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MaterialIdList"
                     },
                     },
                     "concentration": {
                     "concentration": {
                         "description": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n",
                         "options": {
                            "infoText": "Concentration of the material at the level of the product. This attribute is specially mentioned for substances of concern mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (c) the concentration, maximum concentration or concentration range of the substances of concern, at the level of the product [...].\nOther substances are mentioned for the purpose of recycling in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(d) design for recycling, ease and quality of recycling as expressed through: use of easily recyclable materials, safe, easy and non-destructive access to recyclable components and materials or components and materials containing hazardous substances and material composition and homogeneity, possibility for high-purity sorting, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of nondestructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed.\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PositiveTrait"
                     },
                     },
                     "unit": {
                     "unit": {
                         "description": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion.",
                         "options": {
                            "infoText": "The unit of concentration chosen from an enumeration: mass percent, volume percent, parts per thousand, parts per million, parts per billion and  parts per trillion."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_ConcentrationEnumeration"
                     },
                     },
                     "critical": {
                     "critical": {
                         "description": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found.",
                         "options": {
                            "infoText": "A flag, if the material is a critical raw material. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;\nIn Annex II of the connected proposal Act of Critical Raw Materials, a list of critical raw materials can be found."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     },
                     },
                     "documentation": {
                     "documentation": {
                         "description": "Documentation accompanying the material.",
                         "options": {
                            "infoText": "Documentation accompanying the material."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "recycled": {
                     "recycled": {
                         "description": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;",
                         "options": {
                            "infoText": "The share of the material, which is recovered recycled content from the product. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(h) use or content of recycled materials and recovery of materials, including critical raw materials;"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                     },
                     },
                     "location": {
                     "location": {
                         "description": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product.",
                         "options": {
                            "infoText": "The location of the substances of concern within the product. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Article 7:\n(5) (b) the location of the substances of concern within the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "renewable": {
                     "renewable": {
                         "description": "The share of the material, which is from a renewable resource that can be replenished. Renewable resources are those that can be reproduced by physical, chemical, or mechanical processes. These are the kind of resources that can be regenerated throughout time. Forest wood, for example, can be grown through reforestation. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(ha) use or content of sustainable renewable materials;\n",
                         "options": {
                            "infoText": "The share of the material, which is from a renewable resource that can be replenished. Renewable resources are those that can be reproduced by physical, chemical, or mechanical processes. These are the kind of resources that can be regenerated throughout time. Forest wood, for example, can be grown through reforestation. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex I:\n(ha) use or content of sustainable renewable materials;\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PercentageTrait"
                     }
                     }
Line 1,107: Line 1,455:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialCompositionList": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialCompositionList": {
                 "description": "List for the material composition.",
                 "options": {
                    "infoText": "List for the material composition."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 1,114: Line 1,464:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ChemicalMaterialCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ChemicalMaterialCharacteristic": {
                 "description": "Chemical Material Characteristic for the battery.",
                 "options": {
                    "infoText": "Chemical Material Characteristic for the battery."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "active": {
                     "active": {
                         "description": "The active materials included in the battery. Mandatory are nickel, lithium, cobalt and lead. Others are optional. Defined by the Battery regulation 2023/1542 from 12 July 2023 in Article 3 Definitions:\n(5) ‘active material’ means a material which reacts chemically to produce electric energy when the battery cell discharges or to store electric energy when the battery is being charged.",
                         "options": {
                            "infoText": "The active materials included in the battery. Mandatory are nickel, lithium, cobalt and lead. Others are optional. Defined by the Battery regulation 2023/1542 from 12 July 2023 in Article 3 Definitions:\n(5) ‘active material’ means a material which reacts chemically to produce electric energy when the battery cell discharges or to store electric energy when the battery is being charged."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ActiveMaterialsCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ActiveMaterialsCharacteristic"
                     },
                     },
                     "hazardous": {
                     "hazardous": {
                         "description": "Hazardous substances like lead, cadmium and mercury.",
                         "options": {
                            "infoText": "Hazardous substances like lead, cadmium and mercury."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousSubstanceCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_HazardousSubstanceCharacteristic"
                     },
                     },
                     "composition": {
                     "composition": {
                         "description": "The materials which are necessary to describe the material composition, especially if they are active, critical or hazardous. This can be redundant to the specifically mentioned active or hazardous materials. This is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(b) the material composition of the battery, including its chemistry, hazardous substances present in the battery, other than mercury, cadmium or lead, and critical raw materials present in the battery; \n(f) the share of renewable content.\nand in Annex XIII (2):\n(a) detailed composition, including materials used in the cathode, anode and electrolyte;\nDefinition from Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008:\nA substance or a mixture fulfilling the criteria relating to physical hazards, health hazards or environmental hazards, laid down in Parts 2 to 5 of Annex I is hazardous and shall be classified in relation to the respective hazard classes provided for in that Annex.\nWhere, in Annex I, hazard classes are differentiated on the basis of the route of exposure or the nature of the effects, the substance or mixture shall be classified in accordance with such differentiation.\nDefined in Article 2 of Regulation (EC) No 1272/2008:\n1. hazard class\" means the nature of the physical, health or environmental hazard.",
                         "options": {
                            "infoText": "The materials which are necessary to describe the material composition, especially if they are active, critical or hazardous. This can be redundant to the specifically mentioned active or hazardous materials. This is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(b) the material composition of the battery, including its chemistry, hazardous substances present in the battery, other than mercury, cadmium or lead, and critical raw materials present in the battery; \n(f) the share of renewable content.\nand in Annex XIII (2):\n(a) detailed composition, including materials used in the cathode, anode and electrolyte;\nDefinition from Article 3:\n(52) \"hazardous substance\" means a substance classified as hazardous pursuant to Article 3 of Regulation (EC) No 1272/2008:\nA substance or a mixture fulfilling the criteria relating to physical hazards, health hazards or environmental hazards, laid down in Parts 2 to 5 of Annex I is hazardous and shall be classified in relation to the respective hazard classes provided for in that Annex.\nWhere, in Annex I, hazard classes are differentiated on the basis of the route of exposure or the nature of the effects, the substance or mixture shall be classified in accordance with such differentiation.\nDefined in Article 2 of Regulation (EC) No 1272/2008:\n1. hazard class\" means the nature of the physical, health or environmental hazard."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialCompositionList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_MaterialCompositionList"
                     }
                     }
Line 1,138: Line 1,496:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement for volt as a double."
                 "options": {
                    "infoText": "Measurement for volt as a double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Degree measurement in celsius."
                 "options": {
                    "infoText": "Degree measurement in celsius."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltageCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltageCharacteristic": {
                 "description": "Characteristic for voltage values.",
                 "options": {
                    "infoText": "Characteristic for voltage values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "min": {
                     "min": {
                         "description": "Minimum voltage refers to the lowest voltage the battery is able to reach. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant.",
                         "options": {
                            "infoText": "Minimum voltage refers to the lowest voltage the battery is able to reach. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement"
                     },
                     },
                     "max": {
                     "max": {
                         "description": "Maximum voltage refers to the highest voltage the battery is able to reach. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant.",
                         "options": {
                            "infoText": "Maximum voltage refers to the highest voltage the battery is able to reach. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement"
                     },
                     },
                     "nominal": {
                     "nominal": {
                         "description": "Nominal voltage is a standardized or average voltage value assigned to the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant.",
                         "options": {
                            "infoText": "Nominal voltage is a standardized or average voltage value assigned to the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltMeasurement"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,173: Line 1,545:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement in percent as double."
                 "options": {
                    "infoText": "Measurement in percent as double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedRoundTripEfficiencyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedRoundTripEfficiencyCharacteristic": {
                 "description": "Characteristic for the rated round trip efficiency.",
                 "options": {
                    "infoText": "Characteristic for the rated round trip efficiency."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "depthOfDischarge": {
                     "depthOfDischarge": {
                         "description": "Depth of discharge is a measure used to quantify the extent to which the battery has been discharged relative to its maximum capacity during its cycle-life testing. It represents the percentage of the total available capacity that has been drained or used during a particular discharge cycle. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)  (a) refers to Article 10 (1), refers to Annex IV Part B:\n3. Depth of discharge in the cycle-life test.",
                         "options": {
                            "infoText": "Depth of discharge is a measure used to quantify the extent to which the battery has been discharged relative to its maximum capacity during its cycle-life testing. It represents the percentage of the total available capacity that has been drained or used during a particular discharge cycle. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)  (a) refers to Article 10 (1), refers to Annex IV Part B:\n3. Depth of discharge in the cycle-life test."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "initial": {
                     "initial": {
                         "description": "The efficiency value of a battery refers to the ratio of useful output energy to the input energy, expressed as a percentage. It quantifies how effectively a battery can convert and deliver stored energy during the discharge process relative to the energy input during charging. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(n) initial round trip energy efficiency and at 50 % of cycle-life.",
                         "options": {
                            "infoText": "The efficiency value of a battery refers to the ratio of useful output energy to the input energy, expressed as a percentage. It quantifies how effectively a battery can convert and deliver stored energy during the discharge process relative to the energy input during charging. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(n) initial round trip energy efficiency and at 50 % of cycle-life."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "50PercentLife": {
                     "50PercentLife": {
                         "description": "The round trip efficiency at 50 percent refers to the efficiency of a rechargeable battery's energy storage and retrieval process when the battery has undergone approximately half of its expected number of charge-discharge cycles. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(n) initial round trip energy efficiency and at 50 % of cycle-life.",
                         "options": {
                            "infoText": "The round trip efficiency at 50 percent refers to the efficiency of a rechargeable battery's energy storage and retrieval process when the battery has undergone approximately half of its expected number of charge-discharge cycles. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(n) initial round trip energy efficiency and at 50 % of cycle-life."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,204: Line 1,588:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_KilowattHourMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_KilowattHourMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement for the energy expressed in kilowatt hours as double."
                 "options": {
                    "infoText": "Measurement for the energy expressed in kilowatt hours as double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedEnergyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedEnergyCharacteristic": {
                 "description": "Characteristic for the rated energy.",
                 "options": {
                    "infoText": "Characteristic for the rated energy."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "Value describing the energy in a specific measurement period, expressed in kilowatt-hours.",
                         "options": {
                            "infoText": "Value describing the energy in a specific measurement period, expressed in kilowatt-hours."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_KilowattHourMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_KilowattHourMeasurement"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,225: Line 1,617:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement in ohms as double."
                 "options": {
                    "infoText": "Measurement in ohms as double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedResistanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedResistanceCharacteristic": {
                 "description": "Characteristic for rated resistance values of the battery on different levels.",
                 "options": {
                    "infoText": "Characteristic for rated resistance values of the battery on different levels."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "cell": {
                     "cell": {
                         "description": "Cell resistance refers to the internal resistance of an individual battery cell in ohms. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(o) internal battery cell and pack resistance;\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties.",
                         "options": {
                            "infoText": "Cell resistance refers to the internal resistance of an individual battery cell in ohms. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(o) internal battery cell and pack resistance;\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement"
                     },
                     },
                     "module": {
                     "module": {
                         "description": "The module resistance in ohms includes the internal resistance of each cell within the module as well as the resistance introduced by interconnecting components such as busbars, connectors, and thermal management systems.",
                         "options": {
                            "infoText": "The module resistance in ohms includes the internal resistance of each cell within the module as well as the resistance introduced by interconnecting components such as busbars, connectors, and thermal management systems."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement"
                     },
                     },
                     "pack": {
                     "pack": {
                         "description": "Pack resistance refers to the overall electrical resistance within a battery pack in ohms. This resistance is a combination of the individual resistances in various components within the pack, including the electrodes, connectors, and other conductive elements. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(o) internal battery cell and pack resistance;\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties.",
                         "options": {
                            "infoText": "Pack resistance refers to the overall electrical resistance within a battery pack in ohms. This resistance is a combination of the individual resistances in various components within the pack, including the electrodes, connectors, and other conductive elements. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(o) internal battery cell and pack resistance;\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmMeasurement"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,255: Line 1,659:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement in watt as double."
                 "options": {
                    "infoText": "Measurement in watt as double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPowerCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPowerCharacteristic": {
                 "description": "Characteristic for rated power values.",
                 "options": {
                    "infoText": "Characteristic for rated power values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "Value describing the power in a specific measurement period, expressed in watt.",
                         "options": {
                            "infoText": "Value describing the power in a specific measurement period, expressed in watt."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                     },
                     },
                     "at20SoC": {
                     "at20SoC": {
                         "description": "Capability at 20% SoC refers to the battery's capability at 80% State of Charge. This measurement is indicative of the immediate available energy in the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10 (1), refers to Annex IV Part B:\t\n4. Power capability at 80 % and 20 % state of charge.",
                         "options": {
                            "infoText": "Capability at 20% SoC refers to the battery's capability at 80% State of Charge. This measurement is indicative of the immediate available energy in the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10 (1), refers to Annex IV Part B:\t\n4. Power capability at 80 % and 20 % state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                     },
                     },
                     "at80SoC": {
                     "at80SoC": {
                         "description": "Capability at 80% SoC refers to the battery's capability at 80% State of Charge. This measurement is indicative of the immediate available energy in the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10 (1), refers to Annex IV Part B:\t\n4. Power capability at 80 % and 20 % state of charge",
                         "options": {
                            "infoText": "Capability at 80% SoC refers to the battery's capability at 80% State of Charge. This measurement is indicative of the immediate available energy in the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10 (1), refers to Annex IV Part B:\t\n4. Power capability at 80 % and 20 % state of charge"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,286: Line 1,702:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_AmpereHourMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_AmpereHourMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement for the capacity expressed in ampere hours as double."
                 "options": {
                    "infoText": "Measurement for the capacity expressed in ampere hours as double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedCapacityCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedCapacityCharacteristic": {
                 "description": "Characteristic for rated capacity values.",
                 "options": {
                    "infoText": "Characteristic for rated capacity values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "Value describing the capacity in a specific measurement period, expressed in ampere-hours.",
                         "options": {
                            "infoText": "Value describing the capacity in a specific measurement period, expressed in ampere-hours."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_AmpereHourMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_AmpereHourMeasurement"
                     },
                     },
                     "thresholdExhaustion": {
                     "thresholdExhaustion": {
                         "description": "Capacity threshold exhaustion refers to the condition where a battery's capacity diminishes to a level that is considered unacceptable for its intended use. The capacity threshold is a predetermined level below which the battery is considered to be no longer effective or reliable for the specific application. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(k) capacity threshold for exhaustion (only for electric vehicle batteries).",
                         "options": {
                            "infoText": "Capacity threshold exhaustion refers to the condition where a battery's capacity diminishes to a level that is considered unacceptable for its intended use. The capacity threshold is a predetermined level below which the battery is considered to be no longer effective or reliable for the specific application. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(k) capacity threshold for exhaustion (only for electric vehicle batteries)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,311: Line 1,737:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceTemperatureCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceTemperatureCharacteristic": {
                 "description": "Characteristic for temperature values.",
                 "options": {
                    "infoText": "Characteristic for temperature values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "lower": {
                     "lower": {
                         "description": "The lower temperature boundary (in Celsius) refers to the minimum temperature at which a battery can effectively operate. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test).",
                         "options": {
                            "infoText": "The lower temperature boundary (in Celsius) refers to the minimum temperature at which a battery can effectively operate. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     },
                     },
                     "upper": {
                     "upper": {
                         "description": "The upper temperature boundary (in Celsius) refers to the minimum temperature at which a battery can effectively operate. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test).",
                         "options": {
                            "infoText": "The upper temperature boundary (in Celsius) refers to the minimum temperature at which a battery can effectively operate. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     }
                     }
Line 1,330: Line 1,762:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic": {
                 "type": "number",
                 "type": "number",
                 "description": "Characteristic for an integer value."
                 "options": {
                    "infoText": "Characteristic for an integer value."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CRateCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CRateCharacteristic": {
                 "type": "number",
                 "type": "number",
                 "description": "The C-rate, also known as the charge/discharge rate, quantifies how quickly a battery is charged or discharged in relation to its capacity. It is dimensionless."
                 "options": {
                    "infoText": "The C-rate, also known as the charge/discharge rate, quantifies how quickly a battery is charged or discharged in relation to its capacity. It is dimensionless."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CycleLifeCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CycleLifeCharacteristic": {
                 "description": "Cycle Life Characteristic for the battery lifetime testing.",
                 "options": {
                    "infoText": "Cycle Life Characteristic for the battery lifetime testing."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "temperature": {
                     "temperature": {
                         "description": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius.",
                         "options": {
                            "infoText": "Temperature refers to the temperature of the battery during it's cycle-life testing or as boundary condition for other rated values in celsius."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DegreeMeasurement"
                     },
                     },
                     "cycles": {
                     "cycles": {
                         "description": "Cycle refers to one complete charging and discharging sequence. Either during the battery's cycle-life testing or as full equivalent while in use.",
                         "options": {
                            "infoText": "Cycle refers to one complete charging and discharging sequence. Either during the battery's cycle-life testing or as full equivalent while in use."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic"
                     },
                     },
                     "depthOfDischarge": {
                     "depthOfDischarge": {
                         "description": "Depth of discharge is a measure used to quantify the extent to which the battery has been discharged relative to its maximum capacity during its cycle-life testing. It represents the percentage of the total available capacity that has been drained or used during a particular discharge cycle. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)  (a) refers to Article 10 (1), refers to Annex IV Part B:\n3. Depth of discharge in the cycle-life test.",
                         "options": {
                            "infoText": "Depth of discharge is a measure used to quantify the extent to which the battery has been discharged relative to its maximum capacity during its cycle-life testing. It represents the percentage of the total available capacity that has been drained or used during a particular discharge cycle. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)  (a) refers to Article 10 (1), refers to Annex IV Part B:\n3. Depth of discharge in the cycle-life test."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "appliedChargeRate": {
                     "appliedChargeRate": {
                         "description": "The applied charge rate (c rate) refers to the rate at which a battery is charged. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(p) c-rate of relevant cycle-life test;\nand Annex XIII (4)(a) refers to Article 10(1) refers to Annex IV Part B:\n1. Applied discharge rate and charge rate.",
                         "options": {
                            "infoText": "The applied charge rate (c rate) refers to the rate at which a battery is charged. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(p) c-rate of relevant cycle-life test;\nand Annex XIII (4)(a) refers to Article 10(1) refers to Annex IV Part B:\n1. Applied discharge rate and charge rate."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CRateCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CRateCharacteristic"
                     },
                     },
                     "appliedDischargeRate": {
                     "appliedDischargeRate": {
                         "description": "The applied discharge rate (c rate) refers to the rate at which a battery is discharged. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(p) c-rate of relevant cycle-life test;\nand Annex XIII (4)(a) refers to Article 10(1) refers to Annex IV Part B:\n1. Applied discharge rate and charge rate.",
                         "options": {
                            "infoText": "The applied discharge rate (c rate) refers to the rate at which a battery is discharged. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(p) c-rate of relevant cycle-life test;\nand Annex XIII (4)(a) refers to Article 10(1) refers to Annex IV Part B:\n1. Applied discharge rate and charge rate."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CRateCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CRateCharacteristic"
                     }
                     }
Line 1,370: Line 1,818:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_LifeCycleCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_LifeCycleCharacteristic": {
                 "description": "Life Cycle Characteristic with attributes for the lifetime evaluation of a battery.",
                 "options": {
                    "infoText": "Life Cycle Characteristic with attributes for the lifetime evaluation of a battery."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "expectedYears": {
                     "expectedYears": {
                         "description": "The expected years refer to the expected life-time of the battery before it starts heavily degrading in its capacity and c-rate in calendar years. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (a) refers to the Article 10 (1) refers to Annex IV Part A: \n5. The expected life-time of the battery under the reference conditions for which it has been designed, in terms of cycles, except for non-cycle applications, and calendar years.",
                         "options": {
                            "infoText": "The expected years refer to the expected life-time of the battery before it starts heavily degrading in its capacity and c-rate in calendar years. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (a) refers to the Article 10 (1) refers to Annex IV Part A: \n5. The expected life-time of the battery under the reference conditions for which it has been designed, in terms of cycles, except for non-cycle applications, and calendar years."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic"
                     },
                     },
                     "report": {
                     "report": {
                         "description": "The test reports refer to the testing conducted during the determination of the rated values of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable.",
                         "options": {
                            "infoText": "The test reports refer to the testing conducted during the determination of the rated values of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "cycleLifeTesting": {
                     "cycleLifeTesting": {
                         "description": "The cycle life testing of the battery.",
                         "options": {
                            "infoText": "The cycle life testing of the battery."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CycleLifeCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CycleLifeCharacteristic"
                     }
                     }
Line 1,393: Line 1,849:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPerformanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPerformanceCharacteristic": {
                 "description": "Characteristic for rated performance values of the battery.",
                 "options": {
                    "infoText": "Characteristic for rated performance values of the battery."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "voltage": {
                     "voltage": {
                         "description": "Voltage values are mandatory for the battery, with the option to include temperature values voluntarily. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant.",
                         "options": {
                            "infoText": "Voltage values are mandatory for the battery, with the option to include temperature values voluntarily. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(h) minimal, nominal and maximum voltage, with temperature ranges when relevant."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltageCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_VoltageCharacteristic"
                     },
                     },
                     "roundTripEfficiency": {
                     "roundTripEfficiency": {
                         "description": "The efficiency value of a battery refers to the ratio of useful output energy to the input energy, expressed as a percentage. With the option to include temperature values voluntarily.",
                         "options": {
                            "infoText": "The efficiency value of a battery refers to the ratio of useful output energy to the input energy, expressed as a percentage. With the option to include temperature values voluntarily."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedRoundTripEfficiencyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedRoundTripEfficiencyCharacteristic"
                     },
                     },
                     "energy": {
                     "energy": {
                         "description": "Representation of the total amount of energy that the battery can store and subsequently deliver during its discharge cycle. It is necessary to calculate the SOCE.",
                         "options": {
                            "infoText": "Representation of the total amount of energy that the battery can store and subsequently deliver during its discharge cycle. It is necessary to calculate the SOCE."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedEnergyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedEnergyCharacteristic"
                     },
                     },
                     "resistance": {
                     "resistance": {
                         "description": "Rated resistance of the battery on the level of the pack, module (optional) and cell.",
                         "options": {
                            "infoText": "Rated resistance of the battery on the level of the pack, module (optional) and cell."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedResistanceCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedResistanceCharacteristic"
                     },
                     },
                     "power": {
                     "power": {
                         "description": "The power value is the rate at which energy is delivered or consumed. It is measured in watts (W) and represents how quickly energy is transferred. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1), refers to Annex IV Part A: \t\n2. Power (in W) and power fade (in %).\nDefinition from Annex IV:\n(3) \"Power\" means the amount of energy that a battery is capable of providing over a given period under reference conditions.",
                         "options": {
                            "infoText": "The power value is the rate at which energy is delivered or consumed. It is measured in watts (W) and represents how quickly energy is transferred. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1), refers to Annex IV Part A: \t\n2. Power (in W) and power fade (in %).\nDefinition from Annex IV:\n(3) \"Power\" means the amount of energy that a battery is capable of providing over a given period under reference conditions."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPowerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPowerCharacteristic"
                     },
                     },
                     "capacity": {
                     "capacity": {
                         "description": "Capacity value refers to the amount of electric charge that a battery can store and subsequently deliver when needed. It is a fundamental characteristic of a battery and is expressed in ampere-hours. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(g) rated capacity (in Ah);\nand in Annex XIII (4)(a) referring to Article 10 (1) and referring to Annex IV Part A:\n1. Rated capacity (in Ah) and capacity fade (in %). \nAnd in Annex XIII (1)(a) referring to Annex VI Part A:\n6. the capacity;\nDefinition from Annex IV:\n(1) \"Rated capacity\" means the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions.",
                         "options": {
                            "infoText": "Capacity value refers to the amount of electric charge that a battery can store and subsequently deliver when needed. It is a fundamental characteristic of a battery and is expressed in ampere-hours. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(g) rated capacity (in Ah);\nand in Annex XIII (4)(a) referring to Article 10 (1) and referring to Annex IV Part A:\n1. Rated capacity (in Ah) and capacity fade (in %). \nAnd in Annex XIII (1)(a) referring to Annex VI Part A:\n6. the capacity;\nDefinition from Annex IV:\n(1) \"Rated capacity\" means the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedCapacityCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedCapacityCharacteristic"
                     },
                     },
                     "performanceDocument": {
                     "performanceDocument": {
                         "description": "The performance document lists information regarding the performance of the battery. This can be an overview about several rated performance attributes. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable.",
                         "options": {
                            "infoText": "The performance document lists information regarding the performance of the battery. This can be an overview about several rated performance attributes. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "temperature": {
                     "temperature": {
                         "description": "The battery temperatures. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test).",
                         "options": {
                            "infoText": "The battery temperatures. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceTemperatureCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceTemperatureCharacteristic"
                     },
                     },
                     "selfDischargingRate": {
                     "selfDischargingRate": {
                         "description": "The self-discharge rate of a battery refers to the rate at which the battery loses its stored energy when not in use. It's the discharge of the battery that occurs internally without any external load recorded in percentage for every month. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n4. the evolution of self-discharging rates.",
                         "options": {
                            "infoText": "The self-discharge rate of a battery refers to the rate at which the battery loses its stored energy when not in use. It's the discharge of the battery that occurs internally without any external load recorded in percentage for every month. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n4. the evolution of self-discharging rates."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "testReport": {
                     "testReport": {
                         "description": "The test reports refer to the testing conducted during the determination of the rated values of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable.",
                         "options": {
                            "infoText": "The test reports refer to the testing conducted during the determination of the rated values of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "lifetime": {
                     "lifetime": {
                         "description": "Attributes for the lifetime evaluation of a battery.",
                         "options": {
                            "infoText": "Attributes for the lifetime evaluation of a battery."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_LifeCycleCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_LifeCycleCharacteristic"
                     }
                     }
Line 1,455: Line 1,935:
                 "type": "string",
                 "type": "string",
                 "pattern": "-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?",
                 "pattern": "-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?",
                 "description": "Describes a Property which contains the date and time with an optional timezone."
                 "options": {
                    "infoText": "Describes a Property which contains the date and time with an optional timezone."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic": {
                 "description": "Characteristic for a dynamic record with a value and timestamp.",
                 "options": {
                    "infoText": "Characteristic for a dynamic record with a value and timestamp."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "value": {
                     "value": {
                         "description": "A value as a percentage in the form of a double.",
                         "options": {
                            "infoText": "A value as a percentage in the form of a double."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "time": {
                     "time": {
                         "description": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                     }
                     }
Line 1,476: Line 1,964:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_FullCycleCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_FullCycleCharacteristic": {
                 "description": "Characteristic for dynamic cycle values.",
                 "options": {
                    "infoText": "Characteristic for dynamic cycle values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "time": {
                     "time": {
                         "description": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "Cycle refers to one complete charging and discharging sequence. Either during the battery's cycle-life testing or as full equivalent while in use.",
                         "options": {
                            "infoText": "Cycle refers to one complete charging and discharging sequence. Either during the battery's cycle-life testing or as full equivalent while in use."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IntegerCharacteristic"
                     }
                     }
Line 1,494: Line 1,988:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingPowerCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingPowerCharacteristic": {
                 "description": "Characteristic for the remaining power.",
                 "options": {
                    "infoText": "Characteristic for the remaining power."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "time": {
                     "time": {
                         "description": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "Value describing the power in a specific measurement period, expressed in watt.",
                         "options": {
                            "infoText": "Value describing the power in a specific measurement period, expressed in watt."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_WattMeasurement"
                     }
                     }
Line 1,512: Line 2,012:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPowerCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPowerCharacteristic": {
                 "description": "Characteristic for dynamic power values.",
                 "options": {
                    "infoText": "Characteristic for dynamic power values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "fade": {
                     "fade": {
                         "description": "Power fade refers to a reduction in the power of the battery system over time expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10 (1), refers to Annex IV Part A: \t\n2. Power (in W) and power fade (in %).\nDefinition from Annex IV:\n(4) \"Power fade\" means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.",
                         "options": {
                            "infoText": "Power fade refers to a reduction in the power of the battery system over time expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10 (1), refers to Annex IV Part A: \t\n2. Power (in W) and power fade (in %).\nDefinition from Annex IV:\n(4) \"Power fade\" means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "remaining": {
                     "remaining": {
                         "description": "The remaining power capability in the battery expressed in watt. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n2. where possible, the remaining power capability;\nDefinition from Annex IV:\n(3) \"Power\" means the amount of energy that a battery is capable of providing over a given period under reference\nconditions.",
                         "options": {
                            "infoText": "The remaining power capability in the battery expressed in watt. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n2. where possible, the remaining power capability;\nDefinition from Annex IV:\n(3) \"Power\" means the amount of energy that a battery is capable of providing over a given period under reference\nconditions."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingPowerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingPowerCharacteristic"
                     }
                     }
Line 1,530: Line 2,036:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CapacityCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_CapacityCharacteristic": {
                 "description": "Characteristic for dynamic capacity values such as the throughput and the remaining capacity.",
                 "options": {
                    "infoText": "Characteristic for dynamic capacity values such as the throughput and the remaining capacity."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "time": {
                     "time": {
                         "description": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "Value describing the capacity in a specific measurement period, expressed in ampere-hours.",
                         "options": {
                            "infoText": "Value describing the capacity in a specific measurement period, expressed in ampere-hours."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_AmpereHourMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_AmpereHourMeasurement"
                     }
                     }
Line 1,548: Line 2,060:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicCapacityCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicCapacityCharacteristic": {
                 "description": "Characteristic for dynamic capacity values.",
                 "options": {
                    "infoText": "Characteristic for dynamic capacity values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "fade": {
                     "fade": {
                         "description": "Capacity fade refers to a reduction in the capacity of the battery system over time expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part A: \n1. Rated capacity (in Ah) and capacity fade (in %).\nDefinition from Annex IV:\n(2) \"Capacity fade\" means the decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity.",
                         "options": {
                            "infoText": "Capacity fade refers to a reduction in the capacity of the battery system over time expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part A: \n1. Rated capacity (in Ah) and capacity fade (in %).\nDefinition from Annex IV:\n(2) \"Capacity fade\" means the decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "throughput": {
                     "throughput": {
                         "description": "Capacity throughput refers to the total amount of energy that a battery has delivered over its lifetime. It represents the cumulative energy discharge and recharge cycles a battery has undergone. Capacity throughput is expressed in ampere-hours. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex VII Part B: \n3. the capacity throughput.",
                         "options": {
                            "infoText": "Capacity throughput refers to the total amount of energy that a battery has delivered over its lifetime. It represents the cumulative energy discharge and recharge cycles a battery has undergone. Capacity throughput is expressed in ampere-hours. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex VII Part B: \n3. the capacity throughput."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CapacityCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CapacityCharacteristic"
                     },
                     },
                     "capacity": {
                     "capacity": {
                         "description": "The remaining capacity in the battery expressed in ampere hours. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n1. the remaining capacity.\n",
                         "options": {
                            "infoText": "The remaining capacity in the battery expressed in ampere hours. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n1. the remaining capacity.\n"
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CapacityCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CapacityCharacteristic"
                     }
                     }
Line 1,571: Line 2,091:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicRoundTripEfficiencyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicRoundTripEfficiencyCharacteristic": {
                 "description": "Characteristic for dynamic round trip efficiency values.",
                 "options": {
                    "infoText": "Characteristic for dynamic round trip efficiency values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "fade": {
                     "fade": {
                         "description": "Round trip efficiency fade refers to a reduction in the round trip efficiency of the battery system over time expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refers to Annex IV: \n4. Where applicable, energy round trip efficiency and its fade (in %).\nDefinition from Annex IV:\n(6) \"Energy round trip efficiency\" means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial state of charge by a standard charge.",
                         "options": {
                            "infoText": "Round trip efficiency fade refers to a reduction in the round trip efficiency of the battery system over time expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refers to Annex IV: \n4. Where applicable, energy round trip efficiency and its fade (in %).\nDefinition from Annex IV:\n(6) \"Energy round trip efficiency\" means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial state of charge by a standard charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "remaining": {
                     "remaining": {
                         "description": "The remaining round trip efficiency in the battery expressed as percentage. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n3. where possible, the remaining round trip efficiency.\nDefinition from Annex IV:\n(6) \"Energy round trip efficiency\" means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial state of charge by a standard charge.",
                         "options": {
                            "infoText": "The remaining round trip efficiency in the battery expressed as percentage. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n3. where possible, the remaining round trip efficiency.\nDefinition from Annex IV:\n(6) \"Energy round trip efficiency\" means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial state of charge by a standard charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     }
                     }
Line 1,589: Line 2,115:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ResistanceIncreaseCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ResistanceIncreaseCharacteristic": {
                 "description": "Characteristic for the increase of the battery resistance.",
                 "options": {
                    "infoText": "Characteristic for the increase of the battery resistance."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "pack": {
                     "pack": {
                         "description": "Pack resistance increase refers to the overall electrical resistance within a battery pack. This resistance is a combination of the individual resistances in various components within the pack, including the electrodes, connectors, and other conductive elements. The rise in the pack resistance is expressed as a percentage in reference to the initial value.\nThis attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refers to Annex IV Part A: \n3. Internal resistance (in \") and internal resistance increase (in %).\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties.",
                         "options": {
                            "infoText": "Pack resistance increase refers to the overall electrical resistance within a battery pack. This resistance is a combination of the individual resistances in various components within the pack, including the electrodes, connectors, and other conductive elements. The rise in the pack resistance is expressed as a percentage in reference to the initial value.\nThis attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refers to Annex IV Part A: \n3. Internal resistance (in \") and internal resistance increase (in %).\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "module": {
                     "module": {
                         "description": "The module resistance increase includes the internal resistance of each cell within the module as well as the resistance introduced by interconnecting components such as busbars, connectors, and thermal management systems. The rise in the module resistance is expressed as a percentage in reference to the initial value.",
                         "options": {
                            "infoText": "The module resistance increase includes the internal resistance of each cell within the module as well as the resistance introduced by interconnecting components such as busbars, connectors, and thermal management systems. The rise in the module resistance is expressed as a percentage in reference to the initial value."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "cell": {
                     "cell": {
                         "description": "Cell resistance increase refers to the internal resistance of an individual battery cell. The rise in the cell resistance is expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refers to Annex IV Part A: \n3. Internal resistance (in ohms) and internal resistance increase (in %).\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties.",
                         "options": {
                            "infoText": "Cell resistance increase refers to the internal resistance of an individual battery cell. The rise in the cell resistance is expressed as a percentage in reference to the initial value. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(a) refers to Article 10(1) and refers to Annex IV Part A: \n3. Internal resistance (in ohms) and internal resistance increase (in %).\nDefinition from Annex IV:\n(5) \"Internal resistance\" means the opposition to the flow of current within a cell or a battery under reference conditions, that is, the sum of electronic resistance and ionic resistance to the contribution to total effective resistance including inductive/capacitive properties."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     }
                     }
Line 1,612: Line 2,146:
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmsMeasurement": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmsMeasurement": {
                 "type": "number",
                 "type": "number",
                 "description": "Measurement for ohm as double."
                 "options": {
                    "infoText": "Measurement for ohm as double."
                }
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord": {
                 "description": "Characteristic for the remaining battery resistance.",
                 "options": {
                    "infoText": "Characteristic for the remaining battery resistance."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "time": {
                     "time": {
                         "description": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "The remaining resistance value expressed in ohms.",
                         "options": {
                            "infoText": "The remaining resistance value expressed in ohms."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmsMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OhmsMeasurement"
                     }
                     }
Line 1,633: Line 2,175:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristic": {
                 "description": "Characteristic for the remaining battery resistance.",
                 "options": {
                    "infoText": "Characteristic for the remaining battery resistance."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "pack": {
                     "pack": {
                         "description": "Pack resistance refers to the overall electrical resistance within a battery pack. This resistance is a combination of the individual resistances in various components within the pack, including the electrodes, connectors, and other conductive elements. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n5. where possible, the ohmic resistance.",
                         "options": {
                            "infoText": "Pack resistance refers to the overall electrical resistance within a battery pack. This resistance is a combination of the individual resistances in various components within the pack, including the electrodes, connectors, and other conductive elements. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n5. where possible, the ohmic resistance."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord"
                     },
                     },
                     "module": {
                     "module": {
                         "description": "Module resistance in ohms includes the internal resistance of each cell within the module as well as the resistance introduced by interconnecting components such as busbars, connectors, and thermal management systems.",
                         "options": {
                            "infoText": "Module resistance in ohms includes the internal resistance of each cell within the module as well as the resistance introduced by interconnecting components such as busbars, connectors, and thermal management systems."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord"
                     },
                     },
                     "cell": {
                     "cell": {
                         "description": "Cell resistance refers to the internal resistance of an individual battery cell expressed in ohms. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n5. where possible, the ohmic resistance.",
                         "options": {
                            "infoText": "Cell resistance refers to the internal resistance of an individual battery cell expressed in ohms. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n5. where possible, the ohmic resistance."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristicRecord"
                     }
                     }
Line 1,655: Line 2,205:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicInternalResistanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicInternalResistanceCharacteristic": {
                 "description": "Characteristic for dynamic internal resistance values.",
                 "options": {
                    "infoText": "Characteristic for dynamic internal resistance values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "increase": {
                     "increase": {
                         "description": "The increase as percentage in the battery resistance on the level of the pack, module (optional) and cell.",
                         "options": {
                            "infoText": "The increase as percentage in the battery resistance on the level of the pack, module (optional) and cell."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ResistanceIncreaseCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ResistanceIncreaseCharacteristic"
                     },
                     },
                     "remaining": {
                     "remaining": {
                         "description": "The remaining resistance in ohms in the battery on the level of the pack, module (optional) and cell.",
                         "options": {
                            "infoText": "The remaining resistance in ohms in the battery on the level of the pack, module (optional) and cell."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RemainingResistanceCharacteristic"
                     }
                     }
Line 1,673: Line 2,229:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_EnergyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_EnergyCharacteristic": {
                 "description": "Characteristic for energy values expressed in a timestamp and a kilowatt-hours value.",
                 "options": {
                    "infoText": "Characteristic for energy values expressed in a timestamp and a kilowatt-hours value."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "time": {
                     "time": {
                         "description": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "The entry date and time corresponding to when a specific parameter was measured. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp"
                     },
                     },
                     "value": {
                     "value": {
                         "description": "Value describing the energy in a specific measurement period, expressed in kilowatt-hours.",
                         "options": {
                            "infoText": "Value describing the energy in a specific measurement period, expressed in kilowatt-hours."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_KilowattHourMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_KilowattHourMeasurement"
                     }
                     }
Line 1,691: Line 2,253:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicEnergyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicEnergyCharacteristic": {
                 "description": "Characteristic for dynamic energy values.",
                 "options": {
                    "infoText": "Characteristic for dynamic energy values."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "soce": {
                     "soce": {
                         "description": "The state of certified energy (SOCE) refers to the current measured or on-board usable battery energy (UBE) performance expressed as a percentage. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(b) refers to Article 14) and refers to Annex VII Part A: \nstate of certified energy (SOCE).",
                         "options": {
                            "infoText": "The state of certified energy (SOCE) refers to the current measured or on-board usable battery energy (UBE) performance expressed as a percentage. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4)(b) refers to Article 14) and refers to Annex VII Part A: \nstate of certified energy (SOCE)."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "remaining": {
                     "remaining": {
                         "description": "The remaining energy in the battery expressed in kilowatt-hours.",
                         "options": {
                            "infoText": "The remaining energy in the battery expressed in kilowatt-hours."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_EnergyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_EnergyCharacteristic"
                     },
                     },
                     "throughput": {
                     "throughput": {
                         "description": "Energy throughput refers to the total amount of energy that passes through a system over a specific period. This measure encompasses both the energy input (during charging) and the energy output (during discharging). Energy throughput is expressed in kilowatt-hours. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex VII Part B: \n2. the energy throughput.",
                         "options": {
                            "infoText": "Energy throughput refers to the total amount of energy that passes through a system over a specific period. This measure encompasses both the energy input (during charging) and the energy output (during discharging). Energy throughput is expressed in kilowatt-hours. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex VII Part B: \n2. the energy throughput."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_EnergyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_EnergyCharacteristic"
                     }
                     }
Line 1,713: Line 2,283:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPerformanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPerformanceCharacteristic": {
                 "description": "Characteristic for dynamic performance values of the battery.",
                 "options": {
                    "infoText": "Characteristic for dynamic performance values of the battery."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "stateOfCharge": {
                     "stateOfCharge": {
                         "description": "State of Charge (SOC) refers to the amount of energy remaining in a battery at a given point in time, expressed as a percentage of the total capacity. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.",
                         "options": {
                            "infoText": "State of Charge (SOC) refers to the amount of energy remaining in a battery at a given point in time, expressed as a percentage of the total capacity. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RecordCharacteristic"
                     },
                     },
                     "fullCycles": {
                     "fullCycles": {
                         "description": "Full cycles include the cumulative and equivalent count of complete charge and discharge cycles experienced by the battery over its entire life. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.\nAnd in AnnexVII Part B:\n5. the number of full equivalent charge-discharge cycles.",
                         "options": {
                            "infoText": "Full cycles include the cumulative and equivalent count of complete charge and discharge cycles experienced by the battery over its entire life. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.\nAnd in AnnexVII Part B:\n5. the number of full equivalent charge-discharge cycles."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_FullCycleCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_FullCycleCharacteristic"
                     },
                     },
                     "performanceDocument": {
                     "performanceDocument": {
                         "description": "The performance document lists information regarding the performance of the battery. This can be an overview about several rated performance attributes. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable.",
                         "options": {
                            "infoText": "The performance document lists information regarding the performance of the battery. This can be an overview about several rated performance attributes. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (3):\n[...] results of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.\nAnd Annex XIII (4)(a) refers to Article 10(1) and refer to Annex IV Part B:\n5. Any calculations performed with the measured parameters, if applicable."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "selfDischargingRate": {
                     "selfDischargingRate": {
                         "description": "The self-discharge rate of a battery refers to the rate at which the battery loses its stored energy when not in use. It's the discharge of the battery that occurs internally without any external load recorded in percentage for every month. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n4. the evolution of self-discharging rates.",
                         "options": {
                            "infoText": "The self-discharge rate of a battery refers to the rate at which the battery loses its stored energy when not in use. It's the discharge of the battery that occurs internally without any external load recorded in percentage for every month. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (4) (b) refers to Article 14, refers to Annex VII Part A:\n4. the evolution of self-discharging rates."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PercentMeasurement"
                     },
                     },
                     "power": {
                     "power": {
                         "description": "Values that describe dynamically captured power values.",
                         "options": {
                            "infoText": "Values that describe dynamically captured power values."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPowerCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPowerCharacteristic"
                     },
                     },
                     "capacity": {
                     "capacity": {
                         "description": "Values that describe dynamically captured capacity values.",
                         "options": {
                            "infoText": "Values that describe dynamically captured capacity values."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicCapacityCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicCapacityCharacteristic"
                     },
                     },
                     "roundTripEfficiency": {
                     "roundTripEfficiency": {
                         "description": "Dynamic round trip efficiency values.",
                         "options": {
                            "infoText": "Dynamic round trip efficiency values."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicRoundTripEfficiencyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicRoundTripEfficiencyCharacteristic"
                     },
                     },
                     "resistance": {
                     "resistance": {
                         "description": "Values that describe dynamically captured internal resistance values.",
                         "options": {
                            "infoText": "Values that describe dynamically captured internal resistance values."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicInternalResistanceCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicInternalResistanceCharacteristic"
                     },
                     },
                     "energy": {
                     "energy": {
                         "description": "Values that describe dynamically captured energy values.",
                         "options": {
                            "infoText": "Values that describe dynamically captured energy values."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicEnergyCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicEnergyCharacteristic"
                     },
                     },
                     "negativeEvents": {
                     "negativeEvents": {
                         "description": "Mandatory if applicable. Negative events refers to several possible events influencing the battery's condition and lifetime such as extreme temperatures. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.\nAnd Annex VII Part B:\n4. the tracking of harmful events, such as the number of deep discharge events, time spent in extreme temperatures, time spent charging in extreme temperatures.",
                         "options": {
                            "infoText": "Mandatory if applicable. Negative events refers to several possible events influencing the battery's condition and lifetime such as extreme temperatures. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.\nAnd Annex VII Part B:\n4. the tracking of harmful events, such as the number of deep discharge events, time spent in extreme temperatures, time spent charging in extreme temperatures."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "operatingEnvironment": {
                     "operatingEnvironment": {
                         "description": "Mandatory if applicable. The operating environment refers to the conditions in which the battery is designed to function optimally. The environment includes factors such as temperature, humidity, pressure, and other external conditions that can impact the performance, safety, and lifespan of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.\nAnd Annex VII Part B:\n4. the tracking of harmful events, such as the number of deep discharge events, time spent in extreme temperatures, time spent charging in extreme temperatures.",
                         "options": {
                            "infoText": "Mandatory if applicable. The operating environment refers to the conditions in which the battery is designed to function optimally. The environment includes factors such as temperature, humidity, pressure, and other external conditions that can impact the performance, safety, and lifespan of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (4):\n(d) information and data resulting from its use, including the number of charging and discharging cycles and negative events, such as accidents, as well as periodically recorded information on the operating environmental conditions, including temperature, and on the state of charge.\nAnd Annex VII Part B:\n4. the tracking of harmful events, such as the number of deep discharge events, time spent in extreme temperatures, time spent charging in extreme temperatures."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     }
                     }
Line 1,773: Line 2,367:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceCharacteristic": {
                 "description": "Performance Characteristic for the battery.",
                 "options": {
                    "infoText": "Performance Characteristic for the battery."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "rated": {
                     "rated": {
                         "description": "Rated performance values of the battery such as voltage, round trip efficiency, energy, resistance, power, capacity, temperature ranges and self-discharging rate.",
                         "options": {
                            "infoText": "Rated performance values of the battery such as voltage, round trip efficiency, energy, resistance, power, capacity, temperature ranges and self-discharging rate."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPerformanceCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_RatedPerformanceCharacteristic"
                     },
                     },
                     "dynamic": {
                     "dynamic": {
                         "description": "Dynamic performance values of the battery.",
                         "options": {
                            "infoText": "Dynamic performance values of the battery."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPerformanceCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_DynamicPerformanceCharacteristic"
                     }
                     }
Line 1,791: Line 2,391:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ConformityCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ConformityCharacteristic": {
                 "description": "Characteristic for conformity documents.",
                 "options": {
                    "infoText": "Characteristic for conformity documents."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "declarationOfConformityId": {
                     "declarationOfConformityId": {
                         "description": "Identification number of the EU declaration of conformity. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(r) the EU declaration of conformity referred to in Article 18.",
                         "options": {
                            "infoText": "Identification number of the EU declaration of conformity. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(r) the EU declaration of conformity referred to in Article 18."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                     },
                     },
                     "declarationOfConformity": {
                     "declarationOfConformity": {
                         "description": "The EU Declaration of Conformity is a document in which the manufacturer or their authorized representative declares that the battery complies with all relevant European Union product safety directives and regulations. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(r) the EU declaration of conformity referred to in Article 18.",
                         "options": {
                            "infoText": "The EU Declaration of Conformity is a document in which the manufacturer or their authorized representative declares that the battery complies with all relevant European Union product safety directives and regulations. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(r) the EU declaration of conformity referred to in Article 18."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "resultOfTestReport": {
                     "resultOfTestReport": {
                         "description": "The result of tests reports refers to the results of various tests conducted with the battery, testing its life cycle, life span, c-rate and various other aspects. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test);\nand Annex XIII (3):\nresults of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation.",
                         "options": {
                            "infoText": "The result of tests reports refers to the results of various tests conducted with the battery, testing its life cycle, life span, c-rate and various other aspects. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1):\n(l) temperature range the battery can withstand when not in use (reference test);\nand Annex XIII (3):\nresults of test reports proving compliance with the requirements laid down in this Regulation or any delegated or implementing act adopted pursuant to this Regulation."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "thirdPartyAssurance": {
                     "thirdPartyAssurance": {
                         "description": "A summary report from third-parties, covering the verifications. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (d) refers to the Article 52:\n3. The economic operator referred to in Article 48(1) shall on an annual basis review and make publicly available, including on the internet, a report on its battery due diligence policy. [...], as well as a summary report of the third-party verifications carried out in accordance with Article 51, including the name of the notified body, with due regard for business confidentiality and other competitive concerns. That report shall also cover, where relevant, access to information, public participation in decision-making and access to justice in environmental matters in relation to the sourcing, processing and trading of the raw materials present in batteries.",
                         "options": {
                            "infoText": "A summary report from third-parties, covering the verifications. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (d) refers to the Article 52:\n3. The economic operator referred to in Article 48(1) shall on an annual basis review and make publicly available, including on the internet, a report on its battery due diligence policy. [...], as well as a summary report of the third-party verifications carried out in accordance with Article 51, including the name of the notified body, with due regard for business confidentiality and other competitive concerns. That report shall also cover, where relevant, access to information, public participation in decision-making and access to justice in environmental matters in relation to the sourcing, processing and trading of the raw materials present in batteries."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "dueDiligencePolicy": {
                     "dueDiligencePolicy": {
                         "description": "A report containing the information concerning the due diligence policy, a set of procedures and guidelines the organization follows to thoroughly assess and evaluate the various aspects of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (d) refers to the Article 52:\n3. The economic operator referred to in Article 48(1) shall on an annual basis review and make publicly available, including on the internet, a report on its battery due diligence policy. That report shall contain, in a manner that is easily comprehensible for end-users and clearly identifies the batteries concerned, the data and information on steps taken by that economic operator to comply with the requirements laid down in Articles 49 and 50, including findings of significant adverse impacts in the risk categories listed in point 2 of Annex X, and how they have been addressed, as well as a summary report of the third-party verifications carried out in accordance with Article 51, including the name of the notified body, with due regard for business confidentiality and other competitive concerns. That report shall also cover, where relevant, access to information, public participation in decision-making and access to justice in environmental matters in relation to the sourcing, processing and trading of the raw materials present in batteries.",
                         "options": {
                            "infoText": "A report containing the information concerning the due diligence policy, a set of procedures and guidelines the organization follows to thoroughly assess and evaluate the various aspects of the battery. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (d) refers to the Article 52:\n3. The economic operator referred to in Article 48(1) shall on an annual basis review and make publicly available, including on the internet, a report on its battery due diligence policy. That report shall contain, in a manner that is easily comprehensible for end-users and clearly identifies the batteries concerned, the data and information on steps taken by that economic operator to comply with the requirements laid down in Articles 49 and 50, including findings of significant adverse impacts in the risk categories listed in point 2 of Annex X, and how they have been addressed, as well as a summary report of the third-party verifications carried out in accordance with Article 51, including the name of the notified body, with due regard for business confidentiality and other competitive concerns. That report shall also cover, where relevant, access to information, public participation in decision-making and access to justice in environmental matters in relation to the sourcing, processing and trading of the raw materials present in batteries."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     }
                     }
Line 1,823: Line 2,435:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ExtinguishAgentEntity": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ExtinguishAgentEntity": {
                 "description": "Entity for the extinguish agents.",
                 "options": {
                    "infoText": "Entity for the extinguish agents."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "document": {
                     "document": {
                         "description": "Documentation about the extinguishing agent.",
                         "options": {
                            "infoText": "Documentation about the extinguishing agent."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "media": {
                     "media": {
                         "description": "The agent used to extinguish a fire, based on the fire class. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) and refers to Annex VI Part A:\n9. usable extinguishing agent.",
                         "options": {
                            "infoText": "The agent used to extinguish a fire, based on the fire class. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) and refers to Annex VI Part A:\n9. usable extinguishing agent."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "fireClass": {
                     "fireClass": {
                         "description": "Safety classification based on the chemistry and construction of the battery. It determines the means of handling a fire caused by the battery. Possible values are A, B and C and a combination of these.",
                         "options": {
                            "infoText": "Safety classification based on the chemistry and construction of the battery. It determines the means of handling a fire caused by the battery. Possible values are A, B and C and a combination of these."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     }
                     }
Line 1,845: Line 2,465:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ExtinguishAgentList": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_ExtinguishAgentList": {
                 "description": "List of extinguish agents.",
                 "options": {
                    "infoText": "List of extinguish agents."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 1,852: Line 2,474:
             },
             },
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_SafetyCharacteristic": {
             "urn_samm_io.catenax.battery.battery_pass_6.0.0_SafetyCharacteristic": {
                 "description": "Safety Characteristic for mostly safety documents.",
                 "options": {
                    "infoText": "Safety Characteristic for mostly safety documents."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "usableExtinguishAgent": {
                     "usableExtinguishAgent": {
                         "description": "The usable extinguish agents for the battery in case of a fire. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) and refers to Annex VI Part A\n9. usable extinguishing agent.",
                         "options": {
                            "infoText": "The usable extinguish agents for the battery in case of a fire. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) and refers to Annex VI Part A\n9. usable extinguishing agent."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ExtinguishAgentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ExtinguishAgentList"
                     },
                     },
                     "safetyMeasures": {
                     "safetyMeasures": {
                         "description": "Safety instruction in the form of a documentation. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (2):\n(d) safety measures.",
                         "options": {
                            "infoText": "Safety instruction in the form of a documentation. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (2):\n(d) safety measures."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "meaningOfLabels": {
                     "meaningOfLabels": {
                         "description": "Documentation on the meaning of labels on a battery which provide information to help users understand the various symbols, markings, and information present on the battery's label. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(s) and refers to Article 74 (1):\n(e) the meaning of the labels and symbols on batteries in accordance with Article 13 or printed on their packaging or in the documents accompanying batteries [...].",
                         "options": {
                            "infoText": "Documentation on the meaning of labels on a battery which provide information to help users understand the various symbols, markings, and information present on the battery's label. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(s) and refers to Article 74 (1):\n(e) the meaning of the labels and symbols on batteries in accordance with Article 13 or printed on their packaging or in the documents accompanying batteries [...]."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "safeDischarging": {
                     "safeDischarging": {
                         "description": "Safe discharging documentation explaining for example the setting of a minimum voltage threshold for the battery. Discharging a battery below this threshold can lead to damage, reduced capacity, and safety hazards.",
                         "options": {
                            "infoText": "Safe discharging documentation explaining for example the setting of a minimum voltage threshold for the battery. Discharging a battery below this threshold can lead to damage, reduced capacity, and safety hazards."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "dismantling": {
                     "dismantling": {
                         "description": "Dismantling refers to the proper way of dismantling the battery itself. It refers to the process of taking apart the battery for various purposes, such as recycling, disposal, or examination of its components. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (2) (c) dismantling information, including at least:\n- exploded diagrams of the battery system/pack showing the location of battery cells,\n- disassembly sequences,\n- type and number of fastening techniques to be unlocked,\n- tools required for disassembly,\n- warnings if risk of damaging parts exist,\n- amount of cells used and layout.",
                         "options": {
                            "infoText": "Dismantling refers to the proper way of dismantling the battery itself. It refers to the process of taking apart the battery for various purposes, such as recycling, disposal, or examination of its components. This attribute is mentioned in the Battery Regulation 2023/1542 from 12 July 2023 in Annex XIII (2) (c) dismantling information, including at least:\n- exploded diagrams of the battery system/pack showing the location of battery cells,\n- disassembly sequences,\n- type and number of fastening techniques to be unlocked,\n- tools required for disassembly,\n- warnings if risk of damaging parts exist,\n- amount of cells used and layout."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     },
                     },
                     "removalFromAppliance": {
                     "removalFromAppliance": {
                         "description": "Removal refers to the proper process of disassembling a battery from an appliance, typically for purposes such as repairs, replacements, or disposal.",
                         "options": {
                            "infoText": "Removal refers to the proper process of disassembling a battery from an appliance, typically for purposes such as repairs, replacements, or disposal."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentList"
                     }
                     }
Line 1,889: Line 2,525:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceCategoryEnumeration": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceCategoryEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "The types of sources that can be linked in a digital product passport can vary depending on the nature of the product and the information that needs to be included. This is an enumeration of possible sources.",
                 "options": {
                    "infoText": "The types of sources that can be linked in a digital product passport can vary depending on the nature of the product and the information that needs to be included. This is an enumeration of possible sources."
                },
                 "enum": [
                 "enum": [
                     "Product Specifications",
                     "Product Specifications",
Line 1,921: Line 2,559:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DocumentEntity": {
                 "description": "Document entity with header, content, category and type.",
                 "options": {
                    "infoText": "Document entity with header, content, category and type."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "content": {
                     "content": {
                         "description": "The content of the document e.g a link.",
                         "options": {
                            "infoText": "The content of the document e.g a link."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "category": {
                     "category": {
                         "description": "The category in which the document can be sorted. These are mentioned in the ESPR proposal from March 30th, 2022 ANNEX III:\n(e) compliance documentation and information required under this Regulation or other Union law applicable to the product, such as the declaration of conformity, technical documentation or conformity certificates;\nANNEX IV states additional information regarding the content of the technical documentation\nFurther information on documents are mentioned in the proposal from March 30th, 2022 ANNEX III:\n(f) user manuals, instructions, warnings or safety information, as required by other Union legislation applicable to the product.\nAdditionally requirements are mentioned in Article 21:\n(7) Manufacturers shall ensure that that a product covered by a delegated act adopted pursuant to Article 4 is accompanied by instructions that enable consumers and other end-users to safely assemble, install, operate, store, maintain, repair and dispose of the product in a language that can be easily understood by consumers and other end-users, as determined by the Member State concerned. Such instructions shall be clear, understandable and legible and include at least the information specified in the delegated acts adopted pursuant to Article 4 and pursuant to Article 7(2)(b), point (ii).\nArticle 7 states additionally:\n(2) (b) (ii) information for consumers and other end-users on how to install, use, maintain and repair the product in order to minimize its impact on the environment and to ensure optimum durability, as well as on how to return or dispose of the product at end-of-life;\n(2) (b) (iii) information for treatment facilities on disassembly, recycling, or disposal at end-of-life;\n(2) (b) (iv) other information that may influence the way the product is handled by parties other than the manufacturer in order to improve performance in relation to product parameters referred to in Annex I.\n(5) (d) relevant instructions for the safe use of the product.",
                         "options": {
                            "infoText": "The category in which the document can be sorted. These are mentioned in the ESPR proposal from March 30th, 2022 ANNEX III:\n(e) compliance documentation and information required under this Regulation or other Union law applicable to the product, such as the declaration of conformity, technical documentation or conformity certificates;\nANNEX IV states additional information regarding the content of the technical documentation\nFurther information on documents are mentioned in the proposal from March 30th, 2022 ANNEX III:\n(f) user manuals, instructions, warnings or safety information, as required by other Union legislation applicable to the product.\nAdditionally requirements are mentioned in Article 21:\n(7) Manufacturers shall ensure that that a product covered by a delegated act adopted pursuant to Article 4 is accompanied by instructions that enable consumers and other end-users to safely assemble, install, operate, store, maintain, repair and dispose of the product in a language that can be easily understood by consumers and other end-users, as determined by the Member State concerned. Such instructions shall be clear, understandable and legible and include at least the information specified in the delegated acts adopted pursuant to Article 4 and pursuant to Article 7(2)(b), point (ii).\nArticle 7 states additionally:\n(2) (b) (ii) information for consumers and other end-users on how to install, use, maintain and repair the product in order to minimize its impact on the environment and to ensure optimum durability, as well as on how to return or dispose of the product at end-of-life;\n(2) (b) (iii) information for treatment facilities on disassembly, recycling, or disposal at end-of-life;\n(2) (b) (iv) other information that may influence the way the product is handled by parties other than the manufacturer in order to improve performance in relation to product parameters referred to in Annex I.\n(5) (d) relevant instructions for the safe use of the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceCategoryEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceCategoryEnumeration"
                     },
                     },
                     "type": {
                     "type": {
                         "description": "The type of content which can be expected in the \"content\" property. Examples are a link, restricted link, pdf, excel, etc.",
                         "options": {
                            "infoText": "The type of content which can be expected in the \"content\" property. Examples are a link, restricted link, pdf, excel, etc."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "header": {
                     "header": {
                         "description": "The header as a short description of the document with a maximum of 100 characters.",
                         "options": {
                            "infoText": "The header as a short Xdescription of the document with a maximum of 100 characters."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HeaderTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HeaderTrait"
                     }
                     }
Line 1,949: Line 2,597:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceList": {
                 "description": "A list of documents.",
                 "options": {
                    "infoText": "A list of documents."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 1,957: Line 2,607:
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StatusEnumeration": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StatusEnumeration": {
                 "type": "string",
                 "type": "string",
                 "description": "The current status of the product passport declared through either: draft, approved, invalid or expired.",
                 "options": {
                    "infoText": "The current status of the product passport declared through either: draft, approved, invalid or expired."
                },
                 "enum": [
                 "enum": [
                     "draft",
                     "draft",
Line 1,967: Line 2,619:
             "urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait": {
             "urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait": {
                 "type": "string",
                 "type": "string",
                 "description": "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.",
                 "options": {
                    "infoText": "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI."
                },
                 "pattern": "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)"
                 "pattern": "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)"
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MetadataCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MetadataCharacteristic": {
                 "description": "Characteristic for the passport metadata of the digital product passport.",
                 "options": {
                    "infoText": "Characteristic for the passport metadata of the digital product passport."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "version": {
                     "version": {
                         "description": "The current version of the product passport. The possibility of modification/ updating the product passport needs to include versioning of the dataset. This attribute is an internal versioning from the passport issuer. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 8:\n(1) [...] The information in the product passport shall be accurate, complete, and up to date.",
                         "options": {
                            "infoText": "The current version of the product passport. The possibility of modification/ updating the product passport needs to include versioning of the dataset. This attribute is an internal versioning from the passport issuer. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 8:\n(1) [...] The information in the product passport shall be accurate, complete, and up to date."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "status": {
                     "status": {
                         "description": "The current status of the product passport declared through either: draft, approved, invalid or expired.",
                         "options": {
                            "infoText": "The current status of the product passport declared through either: draft, approved, invalid or expired."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StatusEnumeration"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StatusEnumeration"
                     },
                     },
                     "expirationDate": {
                     "expirationDate": {
                         "description": "The timestamp in the format (yyyy-mm-dd) for the product passport until when it is available or a comment describing this period. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 8:\n(2) (h) the period during which the product passport is to remain available, which shall correspond to at least the expected lifetime of a specific product.",
                         "options": {
                            "infoText": "The timestamp in the format (yyyy-mm-dd) for the product passport until when it is available or a comment describing this period. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 8:\n(2) (h) the period during which the product passport is to remain available, which shall correspond to at least the expected lifetime of a specific product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                     },
                     },
                     "issueDate": {
                     "issueDate": {
                         "description": "The timestamp in the format (yyyy-mm-dd) since when the product passport is available.",
                         "options": {
                            "infoText": "The timestamp in the format (yyyy-mm-dd) since when the product passport is available."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                     },
                     },
                     "economicOperatorId": {
                     "economicOperatorId": {
                         "description": "The identification of the owner/economic operator of the passport. Proposed, according to ISO 15459, is the CIN (company identification code). Other identification numbers like the tax identification number, value added tax identification number, commercial register number and the like are also valid entries. In the Catena-X network, the BPNL is used for the identification of companies and the information stored like contact information and addresses. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Annex III:\n(k) the [...] unique operator identifier code of the economic operator established in the Union responsible for carrying out the tasks set out in Article 4 of Regulation (EU) 2019/1020, or Article 15 of Regulation (EU) on general product safety, or similar tasks pursuant to other EU legislation applicable to the product.",
                         "options": {
                            "infoText": "The identification of the owner/economic operator of the passport. Proposed, according to ISO 15459, is the CIN (company identification code). Other identification numbers like the tax identification number, value added tax identification number, commercial register number and the like are also valid entries. In the Catena-X network, the BPNL is used for the identification of companies and the information stored like contact information and addresses. This attribute is mentioned in the ESPR proposal from March 30th, 2022 Annex III:\n(k) the [...] unique operator identifier code of the economic operator established in the Union responsible for carrying out the tasks set out in Article 4 of Regulation (EU) 2019/1020, or Article 15 of Regulation (EU) on general product safety, or similar tasks pursuant to other EU legislation applicable to the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait"
                     },
                     },
                     "passportIdentifier": {
                     "passportIdentifier": {
                         "description": "The identifier of the product passport, which is an uuidv4.",
                         "options": {
                            "infoText": "The identifier of the product passport, which is an uuidv4."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait"
                     },
                     },
                     "predecessor": {
                     "predecessor": {
                         "description": "Identification of the preceding product passport. If there is no preceding passport, input a dummy value. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 8:\n(2)(g) [...] Any new product passport shall be linked to the product passport or passports of the original product whenever appropriate.",
                         "options": {
                            "infoText": "Identification of the preceding product passport. If there is no preceding passport, input a dummy value. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Article 8:\n(2)(g) [...] Any new product passport shall be linked to the product passport or passports of the original product whenever appropriate."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait"
                     },
                     },
                     "backupReference": {
                     "backupReference": {
                         "description": "A reference to the data backup of the passport. This mandatory attribute will be further defined in the future. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex III:\n(kb) the reference of the certified independent third-party product passport service provider hosting the back-up copy of the product passport.\nArticle 10 also mentions:\n(c) the data included in the product passport shall be stored by the economic operator responsible for its creation or by certified independent third-party product passport service providers authorised to act on their behalf.",
                         "options": {
                            "infoText": "A reference to the data backup of the passport. This mandatory attribute will be further defined in the future. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 Annex III:\n(kb) the reference of the certified independent third-party product passport service provider hosting the back-up copy of the product passport.\nArticle 10 also mentions:\n(c) the data included in the product passport shall be stored by the economic operator responsible for its creation or by certified independent third-party product passport service providers authorised to act on their behalf."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text"
                     },
                     },
                     "registrationIdentifier": {
                     "registrationIdentifier": {
                         "description": "Identifier in the respective registry. This will be further defined in the future. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 in Article 12:\nBy [2 years from entering into force of this Regulation], the Commission shall set up and manage a digital registry (\"the registry\") storing in a secure manner at least the unique product identifier, the unique operator identifier, the unique facility identifiers. In case of products intended to be placed under the customs procedure 'release for free circulation', the registry shall also store the product commodity code. The registry shall also store the batteries' unique identifiers referred to in Article 77(3) of Regulation (EU) 2023/1542.",
                         "options": {
                            "infoText": "Identifier in the respective registry. This will be further defined in the future. This attribute is mentioned in the ESPR provisional agreement from January 9th, 2024 in Article 12:\nBy [2 years from entering into force of this Regulation], the Commission shall set up and manage a digital registry (\"the registry\") storing in a secure manner at least the unique product identifier, the unique operator identifier, the unique facility identifiers. In case of products intended to be placed under the customs procedure 'release for free circulation', the registry shall also store the product commodity code. The registry shall also store the batteries' unique identifiers referred to in Article 77(3) of Regulation (EU) 2023/1542."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_IdentifierCharacteristic"
                     },
                     },
                     "lastModification": {
                     "lastModification": {
                         "description": "Date of the latest modification.",
                         "options": {
                            "infoText": "Date of the latest modification."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                     }
                     }
Line 2,026: Line 2,702:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StringList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StringList": {
                 "description": "List of strings.",
                 "options": {
                    "infoText": "List of strings."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 2,033: Line 2,711:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CommercialCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CommercialCharacteristic": {
                 "description": "Commercial information of the product.",
                 "options": {
                    "infoText": "Commercial information of the product."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "placedOnMarket": {
                     "placedOnMarket": {
                         "description": "The timestamp in the format (yyyy-mm-dd) with or without time zone when the product was put in the market.",
                         "options": {
                            "infoText": "The timestamp in the format (yyyy-mm-dd) with or without time zone when the product was put in the market."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_DateTrait"
                     },
                     },
                     "purpose": {
                     "purpose": {
                         "description": "One or more intended industry/industries of the product described by the digital product passport. If exchanged via Catena-X, 'automotive ' is a must choice included in the list.",
                         "options": {
                            "infoText": "One or more intended industry/industries of the product described by the digital product passport. If exchanged via Catena-X, 'automotive ' is a must choice included in the list."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StringList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_StringList"
                     }
                     }
Line 2,050: Line 2,734:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourcesEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourcesEntity": {
                 "description": "Entity for a possible spare part sources.",
                 "options": {
                    "infoText": "Entity for a possible spare part sources."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "id": {
                     "id": {
                         "description": "The identifier of a spare part producer of the product. In the Catena-X network, the BPNL is used for the identification of companies and the information stored for this like contact information and addresses.",
                         "options": {
                            "infoText": "The identifier of a spare part producer of the product. In the Catena-X network, the BPNL is used for the identification of companies and the information stored for this like contact information and addresses."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait"
                     }
                     }
Line 2,063: Line 2,751:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourcesList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourcesList": {
                 "description": "List of possible spare part sources.",
                 "options": {
                    "infoText": "List of possible spare part sources."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 2,070: Line 2,760:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartsEntity": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartsEntity": {
                 "description": "Possible spare parts of the product with identifiers and names.",
                 "options": {
                    "infoText": "Possible spare parts of the product with identifiers and names."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "manufacturerPartId": {
                     "manufacturerPartId": {
                         "description": "Part ID as assigned by the manufacturer of the part. The part ID identifies the part in the manufacturer`s dataspace. The part ID references a specific version of a part. The version number must be included in the part ID if it is available. The part ID does not reference a specific instance of a part and must not be confused with the serial number.",
                         "options": {
                            "infoText": "Part ID as assigned by the manufacturer of the part. The part ID identifies the part in the manufacturer`s dataspace. The part ID references a specific version of a part. The version number must be included in the part ID if it is available. The part ID does not reference a specific instance of a part and must not be confused with the serial number."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartIdCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartIdCharacteristic"
                     },
                     },
                     "nameAtManufacturer": {
                     "nameAtManufacturer": {
                         "description": "Name of the part as assigned by the manufacturer.",
                         "options": {
                            "infoText": "Name of the part as assigned by the manufacturer."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartNameCharacteristic"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.part_type_information_1.0.0_PartNameCharacteristic"
                     }
                     }
Line 2,088: Line 2,784:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartList": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartList": {
                 "description": "A list of possible spare parts of the product.",
                 "options": {
                    "infoText": "A list of possible spare parts of the product."
                },
                 "type": "array",
                 "type": "array",
                 "items": {
                 "items": {
Line 2,095: Line 2,793:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SparePart": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SparePart": {
                 "description": "Characteristic describing sources and spare parts.",
                 "options": {
                    "infoText": "Characteristic describing sources and spare parts."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "producer": {
                     "producer": {
                         "description": "Sources of possible spare parts.",
                         "options": {
                            "infoText": "Sources of possible spare parts."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourcesList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourcesList"
                     },
                     },
                     "sparePart": {
                     "sparePart": {
                         "description": "Possible spare parts of the product.",
                         "options": {
                            "infoText": "Possible spare parts of the product."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartList"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_PartList"
                     }
                     }
Line 2,113: Line 2,817:
             },
             },
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HandlingCharacteristic": {
             "urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HandlingCharacteristic": {
                 "description": "Characteristic to describe aspects which are connected with the handling of the product.",
                 "options": {
                    "infoText": "Characteristic to describe aspects which are connected with the handling of the product."
                },
                 "type": "object",
                 "type": "object",
                 "properties": {
                 "properties": {
                     "content": {
                     "content": {
                         "description": "The list of spare parts available for the product from various suppliers.",
                         "options": {
                            "infoText": "The list of spare parts available for the product from various suppliers."
                        },
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SparePart"
                         "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SparePart"
                     },
                     },
                     "applicable": {
                     "applicable": {
                         "description": "Check whether the connected attributes are applicable to the product. If it is not applicable (false), dummy data can be delivered.",
                         "options": {
                            "infoText": "Check whether the connected attributes are applicable to the product. If it is not applicable (false), dummy data can be delivered."
                        },
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                         "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean"
                     }
                     }
Line 2,134: Line 2,844:
     "properties": {
     "properties": {
         "identification": {
         "identification": {
             "description": "Battery identification involves specific battery identifiers, including those assigned locally by the manufacturer. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) refers to AnnexVi PartA (2) refers to Article 38 (6):\nbattery batch number or serial number or product number or another element allowing their identification.",
             "options": {
                "infoText": "Battery identification involves specific battery identifiers, including those assigned locally by the manufacturer. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1)(a) refers to AnnexVi PartA (2) refers to Article 38 (6):\nbattery batch number or serial number or product number or another element allowing their identification."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IdentificationCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_IdentificationCharacteristic"
         },
         },
         "operation": {
         "operation": {
             "description": "General operation information includes details such as the manufacturer's identification and the date of production. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) and refers to ANNEX VI Part A which refers to Article 38:\n7. Manufacturers shall indicate on the battery their name, registered trade name or registered trade mark, their postal address, indicating a single contact point, and, if available, web and e-mail address. \nFrom Annex XIII (1) (a) and found in ANNEX VI Part A :\n3. the place of manufacture (geographical location of a battery manufacturing plant).\n4. the date of manufacture (month and year).",
             "options": {
                "infoText": "General operation information includes details such as the manufacturer's identification and the date of production. This attribute is mentioned in the Battery regulation 2023/1542 from 12 July 2023 in Annex XIII (1) (a) and refers to ANNEX VI Part A which refers to Article 38:\n7. Manufacturers shall indicate on the battery their name, registered trade name or registered trade mark, their postal address, indicating a single contact point, and, if available, web and e-mail address. \nFrom Annex XIII (1) (a) and found in ANNEX VI Part A :\n3. the place of manufacture (geographical location of a battery manufacturing plant).\n4. the date of manufacture (month and year)."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OperationCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_OperationCharacteristic"
         },
         },
         "characteristics": {
         "characteristics": {
             "description": "Characteristics of the battery, such as the warranty and the physical dimensions.",
             "options": {
                "infoText": "Characteristics of the battery, such as the warranty and the physical dimensions."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CharacteristicsElement"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_CharacteristicsElement"
         },
         },
         "sustainability": {
         "sustainability": {
             "description": "Sustainability includes information on the carbon footprint, sustainability documents and the status of the battery.",
             "options": {
                "infoText": "Sustainability includes information on the carbon footprint, sustainability documents and the status of the battery."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_SustainabilityCharacteristic"
         },
         },
         "materials": {
         "materials": {
             "description": "Chemical materials relevant for the composition of the battery. These include active, hazardous and critical materials.",
             "options": {
                "infoText": "Chemical materials relevant for the composition of the battery. These include active, hazardous and critical materials."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ChemicalMaterialCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ChemicalMaterialCharacteristic"
         },
         },
         "performance": {
         "performance": {
             "description": "Performance attributes of the battery including rated and dynamic values.",
             "options": {
                "infoText": "Performance attributes of the battery including rated and dynamic values."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_PerformanceCharacteristic"
         },
         },
         "conformity": {
         "conformity": {
             "description": "Conformity documents for the battery passport.",
             "options": {
                "infoText": "Conformity documents for the battery passport."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ConformityCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_ConformityCharacteristic"
         },
         },
         "safety": {
         "safety": {
             "description": "Safety information on the battery. Included are the attributes safety measurements, meaning of labels, safe discharging and dismantling. These are all documents. Additionally information about usable extinguish agent can be provided.",
             "options": {
                "infoText": "Safety information on the battery. Included are the attributes safety measurements, meaning of labels, safe discharging and dismantling. These are all documents. Additionally information about usable extinguish agent can be provided."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_SafetyCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.battery.battery_pass_6.0.0_SafetyCharacteristic"
         },
         },
         "sources": {
         "sources": {
             "description": "Consider additional available sources to enhance the content of the battery passport.",
             "options": {
                "infoText": "Consider additional available sources to enhance the content of the battery passport."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceList"
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_SourceList"
         },
         },
         "metadata": {
         "metadata": {
             "description": "Metadata of the product passport. These are mentioned in the ESPR proposal from March 30th, 2022 and some changed by the provisional agreement from January 9th, 2024.",
             "options": {
                "infoText": "Metadata of the product passport. These are mentioned in the ESPR proposal from March 30th, 2022 and some changed by the provisional agreement from January 9th, 2024."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MetadataCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_MetadataCharacteristic"
         },
         },
         "commercial": {
         "commercial": {
             "description": "Commercial information of the product.",
             "options": {
                "infoText": "Commercial information of the product."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CommercialCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_CommercialCharacteristic"
         },
         },
         "handling": {
         "handling": {
             "description": "Properties connected with the handling of the product.",
             "options": {
                "infoText": "Properties connected with the handling of the product."
            },
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HandlingCharacteristic"
             "$ref": "#/components/schemas/urn_samm_io.catenax.generic.digital_product_passport_5.0.0_HandlingCharacteristic"
         }
         }
     }
     }
}
}