rum_site-tag-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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