rum_sites-response-collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-sites-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_sites-response-collection",
  "title": "rum_sites-response-collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/rum_api-response-common"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/rum_site"
          },
          "type": "array"
        },
        "result_info": {
          "$ref": "#/components/schemas/rum_result_info"
        }
      }
    }
  ]
}