{ "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "
" } ] }, "Names": { "allOf": [ { "$ref": "#/components/schemas/ServiceNames" }, { "description": "" } ] }, "AccountId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "" } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "" } ] } }, "description": "", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceId", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-service-id-schema.json" }