{
  "$id": "https://www.itb.ec.europa.eu/api/getStatements_response",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "JSON schema for the get statements operation response payload",
  "type": "array",
  "items": {
    "$ref": "#/definitions/ConformanceStatementKeys"
  },
  "definitions": {
    "ConformanceStatementKeys": {
      "description": "The API keys needed to identify a specific conformance statement.",
      "type": "object",
      "properties": {
        "system": {
          "description": "The API key of the statement's related system.",
          "type": "string"
        },
        "actor": {
          "description": "The API key of the statement's related actor.",
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  }
}