{
  "$ref": "#/definitions/embed-config",
  "definitions": {
    "embed-config": {
      "type": "object",
      "properties": {
        "siteKey": {
          "type": "string",
          "minLength": 1,
          "maxLength": 128
        },
        "hub": {
          "type": "string",
          "format": "uri"
        },
        "allowedOrigins": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "default": []
        }
      },
      "required": [
        "siteKey",
        "hub"
      ],
      "additionalProperties": false
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schwaizer.ch/ocp/schemas/1.0/embed-config.json"
}
