{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_references_response", "title": "load-balancing_references_response", "allOf": [ { "$ref": "#/components/schemas/load-balancing_api-response-collection" }, { "properties": { "result": { "description": "List of resources that reference a given monitor.", "example": [ { "reference_type": "referrer", "resource_id": "17b5962d775c646f3f9725cbc7a53df4", "resource_name": "primary-dc-1", "resource_type": "pool" } ], "items": { "properties": { "reference_type": { "enum": [ "*", "referral", "referrer" ], "type": "string" }, "resource_id": { "type": "string" }, "resource_name": { "type": "string" }, "resource_type": { "type": "string" } }, "type": "object" }, "type": "array" } } } ] }