{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.paint.fill_stroke.schema.json",
  "title": "rig.paint.fill_stroke",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "fillRgba": {
      "$ref": "./_defs.schema.json#/$defs/rgba"
    },
    "strokeRgba": {
      "$ref": "./_defs.schema.json#/$defs/rgba"
    },
    "strokeWidth": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "hasFill": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    },
    "hasStroke": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    }
  }
}
