Schemas / BIM / OpenBIM
rig.bim.occurrence
v0.31.0 · draft 1 field 1 required
Fields
| Field | Type | Meaning | |
|---|---|---|---|
type |
entity | required | Entity carrying rig.bim.type; none = untyped occurrence |
Instance of a shared BIM type. Format when present.
Compose rig.bim.classify for the occurrence’s IFC class (IfcWall, ...). Instance-only property sets live on rig.bim.pset here; shared type psets stay on the type entity.
JSON Schema
Resolves at https://rig.works/schemas/rig.bim.occurrence.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.bim.occurrence.schema.json",
"title": "rig.bim.occurrence",
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"$ref": "./_defs.schema.json#/$defs/entity"
}
},
"required": [
"type"
]
}