{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "modelTags": "SAREF BuildingSpace", "$id": "https://smart-data-models.github.com/dataModel.SAREF4BLDG/BuildingSpace/schema.json", "derivedFrom": "https://saref.etsi.org/saref4bldg/v1.1.2/#s4bldg:BuildingSpace", "title": "Smart data models - BuildingSpace schema", "type": "object", "license": "https://opensource.org/licenses/BSD-3-Clause", "description": "An entity used to define the physical spaces of the building. A building space contains devices or building objects.", "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": { "type": { "type": "string", "description": "Property. It must be equal to `BuildingSpace`", "enum": [ "BuildingSpace" ] }, "airVolume": { "$ref": "https://raw.githubusercontent.com/smart-data-models/dataModel.S4BLDG/master/S4BLDG-schema.json#/definitions/Measurement", "description": "Property. Air Volume of this building space. Measured in m3" }, "bounds": { "$ref": "https://raw.githubusercontent.com/smart-data-models/dataModel.S4BLDG/master/S4BLDG-schema.json#/definitions/Bounds", "description": "Property. Bounds of this building space represented as a box in 3D" }, "buildingSpaceKind": { "type": "string", "description": "Property. Detailed type of the Building Space", "enum": [ "BuildingElementProxy", "BuildingStorey", "Column", "Covering", "CurtainWall", "Door", "OpeningElement", "Plate", "Railing", "Roof", "Site", "Slab", "Space", "Stair", "StairFlight", "Storey", "Wall", "WallStandardCase", "Window" ] }, "isSpaceOfBuilding": { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/EntityIdentifierType", "description": "Relationship. A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space). (Building)" }, "isSpaceOfBuildingSpace": { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/EntityIdentifierType", "description": "Relationship. An entity used to define the physical spaces of the building. A building space contains devices or building objects. (BuildingSpace)" } } } ], "required": [ "id", "type" ] }