﻿{    "$schema": "http://json-schema.org/draft-04/schema#",    "title": "MaterialDeclaration__version of 1755A std",    "id": "http://www.paprosinc.com/jschemas/fully_modular_draftver_9_1755jschema.json",    "description": "revision dated 5February2026",    "type": "object",    "allOf": [        {            "$ref": "1751B.json"        }    ],    "definitions": {        "MaterialDeclaration": {            "type": "object",            "additionalProperties": true,            "properties": {                "version": {                    "type": "string",                    "enum": [                        "2.00"                    ]                },                "BusinessInfo": {                    "$ref": "1751B.json#/definitions/BusinessInfo"                },                "Include": {                    "anyOf": [                        {                            "$ref": "#/definitions/Include"                        },                        {                            "type": "array",                            "description": "Array of Include",                            "items": {                                "$ref": "#/definitions/Include"                            }                        }                    ]                }            }        },        "SmelterList": {            "type": "object",            "additionalProperties": true,            "properties": {                "smelterIDInput": {                    "type": "string"                },                "smelterLookup": {                    "type": "string"                },                "Category": {                    "$ref": "1751B.json#/definitions/Category"                },                "Smelter": {                    "$ref": "1751B.json#/definitions/Company"                },                "smelterStreetAddress": {                    "type": "string"                },                "smelterCity": {                    "type": "string"                },                "smelterProvince": {                    "type": "string"                },                "smelterCountry": {                    "type": "string"                },                "smelterContactName": {                    "type": "string"                },                "smelterContactEmail": {                    "type": "string"                },                "nextSteps": {                    "type": "string"                },                "Mines": {                    "anyOf": [                        {                            "$ref": "#/definitions/Mines"                        },                        {                            "type": "array",                            "items": {                                "$ref": "#/definitions/Mines"                            }                        }                    ]                },                "fullyRecycled": {                    "type": "string"                },                "productCategory": {                    "type": "string"                },                "comment": {                    "type": "string"                }            },            "required": [                "Category",                "Smelter"            ]        },        "Include": {            "type": "object",            "additionalProperties": {                "$ref": "1751B.json#/definitions/Include"            },            "properties": {                "dataType": {                    "type": "string",                    "enum": [                        "1755A"                    ]                },                "Sectional": {                    "$ref": "#/definitions/Sectional"                },                "sectionalVersion": {                    "type": "string",                    "enum": [                        "2.00"                    ]                },                "sectionalReviewDate": {                    "type": "string"                },                "scope": {                    "type": "string",                    "enum": [                        "Company",                        "Division",                        "Product"                    ]                },                "ProductID": {                    "anyOf": [                        {                            "$ref": "1751B.json#/definitions/ProductID"                        },                        {                            "type": "array",                            "items": {                                "$ref": "1751B.json#/definitions/ProductID"                            }                        }                    ]                },                "QueryList": {                    "$ref": "1751B.json#/definitions/QueryList"                },                "SmelterList": {                    "$ref": "#/definitions/SmelterList"                },                "Mines": {                    "anyOf": [                        {                            "$ref": "#/definitions/Mines"                        },                        {                            "type": "array",                            "items": {                                "$ref": "#/definitions/Mines"                            }                        }                    ]                }            }        },        "Sectional": {            "type": "object",            "additionalProperties": true,            "properties": {                "name": {                    "type": "string",                    "enum": [                        "MineralsReport"                    ]                }            },            "required": [                "name"            ]        },        "Mines": {            "type": "object",            "additionalProperties": true,            "properties": {                "smelterName": {                    "type": "string"                },                "Category": {                    "$ref": "1751B.json#/definitions/Category"                },                "Mine": {                    "$ref": "1751B.json#/definitions/Company"                },                "mineStreetAddress": {                    "type": "string"                },                "mineCity": {                    "type": "string"                },                "mineProvince": {                    "type": "string"                },                "mineCountry": {                    "type": "string"                },                "mineContactName": {                    "type": "string"                },                "mineContactEmail": {                    "type": "string"                },                "nextSteps": {                    "type": "string"                },                "comment": {                    "type": "string"                }            }        }    }}