{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.bim.classify.schema.json",
  "title": "rig.bim.classify",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ifcClass": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "predefinedType": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "scheme": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "code": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "uri": {
      "$ref": "./_defs.schema.json#/$defs/string"
    }
  },
  "required": [
    "ifcClass"
  ]
}
