{
    "$id": "https://www.itb.ec.europa.eu/api/apiKey_response",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "JSON schema to signal an assigned API key response",
    "type": "object",
    "properties": {
        "apiKey": {
          "description": "The API key value.",
          "type": "string"
        }
      },
      "required": [
        "apiKey"
      ],
      "additionalProperties": false
  }