{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.Agrifood/AgriSoil/schema.json", "title": "Smart Data Models - AgriSoil", "description": "This entity contains a harmonised description of a generic soil. This entity is primarily associated with the agricultural vertical and related IoT applications.", "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/dataModel.Agrifood/agrifood-schema.json#/definitions/AgriFood-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "AgriSoil" ], "description": "Property. NGSI Entity Type: It has to be AgriSoil" }, "agroVocConcept": { "type": "string", "format": "uri", "description": "Relationship. Model:'http://schema.org/URL'. Reference to the agrovoc term associated with this item" }, "hasAgriProductType": { "type": "array", "description": "Relationship. Reference to the recommended types of product (such as fertiliser) that can be used to condition this soil type.", "items": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/EntityIdentifierType" } ] } } } ], "required": [ "id", "type", "name" ] }