{
  "$ref": "#/definitions/Component",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "Component": {
      "additionalProperties": false,
      "properties": {
        "dateformat": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "linklabel": {
          "type": "string"
        },
        "pageuri": {
          "type": "string"
        },
        "provider": {
          "enum": [
            "youtube",
            ""
          ],
          "type": "string"
        },
        "style": {
          "type": "string"
        },
        "time": {
          "format": "date-time",
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "videosrc": {
          "type": "string"
        }
      },
      "required": [
        "videosrc"
      ],
      "type": "object"
    }
  }
}
