{ "type": "object", "properties": { "ReferenceId": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "Identifier for the service. Unique within the service map." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The canonical name of the service." } ] }, "Names": { "allOf": [ { "$ref": "#/components/schemas/ServiceNames" }, { "description": "A list of names for the service, including the canonical name." } ] }, "Root": { "allOf": [ { "$ref": "#/components/schemas/NullableBoolean" }, { "description": "Indicates that the service was the first service to process a request." } ] }, "AccountId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Identifier of the Amazon Web Services account in which the service runs." } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "

The type of service.

" } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The service's state." } ] }, "StartTime": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The start time of the first segment that the service generated." } ] }, "EndTime": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The end time of the last segment that the service generated." } ] }, "Edges": { "allOf": [ { "$ref": "#/components/schemas/EdgeList" }, { "description": "Connections to downstream services." } ] }, "SummaryStatistics": { "allOf": [ { "$ref": "#/components/schemas/ServiceStatistics" }, { "description": "Aggregated statistics for the service." } ] }, "DurationHistogram": { "allOf": [ { "$ref": "#/components/schemas/Histogram" }, { "description": "A histogram that maps the spread of service durations." } ] }, "ResponseTimeHistogram": { "allOf": [ { "$ref": "#/components/schemas/Histogram" }, { "description": "A histogram that maps the spread of service response times." } ] } }, "description": "Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Service", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-service-schema.json" }