{ "type": "object", "properties": { "AnnotationValue": { "allOf": [ { "$ref": "#/components/schemas/AnnotationValue" }, { "description": "Values of the annotation." } ] }, "ServiceIds": { "allOf": [ { "$ref": "#/components/schemas/ServiceIds" }, { "description": "Services to which the annotation applies." } ] } }, "description": "Information about a segment annotation.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ValueWithServiceIds", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-value-with-service-ids-schema.json" }