
eedm.rooms-minimum.v6.0.rooms-minimum.json Maven / Gradle / Ivy
{
"title" : "Rooms Minimum",
"description" : "A room within a building on a floor.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "A global identifier of a room to be used in all external references to the room.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"required" : [ "id" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy