{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.pixel.canvas.schema.json",
  "title": "rig.pixel.canvas",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "width": {
      "$ref": "./_defs.schema.json#/$defs/int"
    },
    "height": {
      "$ref": "./_defs.schema.json#/$defs/int"
    },
    "clearRgba": {
      "$ref": "./_defs.schema.json#/$defs/rgba"
    }
  },
  "required": [
    "width",
    "height"
  ]
}
