{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-schema/amazon-devops-guru-service-collection-schema.json",
"title": "ServiceCollection",
"description": "A collection of the names of Amazon Web Services services.",
"type": "object",
"properties": {
"ServiceNames": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceNames"
},
{
"description": "An array of strings that each specifies the name of an Amazon Web Services service."
}
]
}
}
}