{
  "$ref": "#/definitions/Component",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "Component": {
      "additionalProperties": false,
      "properties": {
        "debug": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "output_schema": {
          "items": {},
          "type": "array"
        },
        "style": {
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}

