{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.sensor.presence.schema.json",
  "title": "rig.sensor.presence",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "level": {
      "type": "number",
      "minimum": 0,
      "maximum": 1
    },
    "device": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    }
  }
}
