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