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