{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LabelOriginsResponse", "title": "LabelOriginsResponse", "type": "object", "properties": { "agents": { "type": "array", "items": { "type": "integer" }, "example": [ 100 ] }, "apm": { "type": "array", "items": { "type": "integer" }, "example": [ 100 ] }, "synthetics": { "type": "array", "items": { "type": "integer" }, "example": [ 100 ] } } }