rum_site-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-site-response-single-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_site-response-single",
  "title": "rum_site-response-single",
  "allOf": [
    {
      "$ref": "#/components/schemas/rum_api-response-common"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/rum_site"
        }
      }
    }
  ]
}