{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "modelTags": "OCF", "$id": "https://smart-data-models.github.io/dataModel.IoTDataModels/BatteryMaterial/schema.json", "title": "Battery Material", "description": "Smart Data Models Program adaptation of the original IoTData data Models. This Resource describes the battery material represented as an enumerated set of strings.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "rt": { "description": "Property. The Resource Type.", "items": { "enum": [ "oic.r.batterymaterial" ], "maxLength": 64, "type": "string" }, "minItems": 1, "uniqueItems": true, "readOnly": true, "type": "array" }, "material": { "description": "Property. The battery construction material (type).", "enum": [ "Alkaline", "Aluminium Air", "Aluminium Ion", "Atomic Betavoltaics", "Atomic Optoelectric Nuclear", "Atomic Nuclear", "Bunsen Cell", "Chromic Acid Cell", "Poggendorff Cell", "Clark Cell", "Daniell Cell", "Dry Cell", "Earth", "Flow", "Flow Vanadium Redox", "Flow Zinc Bromine", "Flow Zinc Cerium", "Frog", "Fuel", "Galvanic Cell", "Glass", "Grove Cell", "Lead Acid", "Lead Acid Deep Cycle", "Lead Acid VRLA", "Lead Acid AGM", "Lead Acid Gel", "Leclanche Cell", "Lemon Potato", "Lithium", "Lithium Air", "Lithium Ion", "Lithium Ion Cobalt Oxide (ICR)", "Lithium Ion Manganese Oxide (IMR)", "Lithium Ion Polymer", "Lithium Iron Phosphate", "Lithium Sulfur", "Lithium Titanate", "Lithium Ion Thin Film", "Magnesium", "Magnesium Ion", "Mercury", "Molten Salt", "Nickel Cadmium", "Nickel Cadmium Vented Cell", "Nickel Hydrogen", "Nickel Iron ", "Nickel Metal Hydride", "Nickel Metal Hydride Low Self-Discharge", "Nickel Oxyhydroxide", "Nickel Oxyride", "Nickel Zinc", "Organic Radical", "Paper", "Polymer Based", "Polysulfide Bromide", "Potassium Ion", "Pulvermachers Chain", "Silicon Air", "Silver Calcium", "Silver Oxide", "Silver Zinc", "Sodium Ion", "Sodium Sulfur", "Solid State", "Sugar", "Super Iron", "UltraBattery", "Voltaic Pile", "Voltaic Pile Penny", "Voltaic Pile Trough", "Water Activated", "Weston Cell", "Zinc Air", "Zinc Carbon", "Zinc Chloride", "Zinc Ion", "Unknown" ], "readOnly": true, "type": "string" }, "n": { "type": "string", "maxLength": 64, "readOnly": true, "description": "Property. Friendly name of the Resource" }, "if": { "description": "Property. The OCF Interface set supported by this Resource.", "items": { "enum": [ "oic.if.s", "oic.if.baseline" ], "type": "string" }, "minItems": 2, "uniqueItems": true, "readOnly": true, "type": "array" }, "type": { "type": "string", "enum": [ "BatteryMaterial" ], "description": "Property. NGSI entity type. It has to be BatteryMaterial" } } } ], "derivedFrom": "https://github.com/OpenInterConnect/IoTDataModels/blob/master/BatteryMaterialResURI.swagger.json", "license": "https://github.com/OpenInterConnect/IoTDataModels/blob/master/README.md", "required": [ "id", "type" ] }