{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-applications-list-schema.json", "title": "ApplicationsList", "description": "ApplicationsList schema from Amazon CodeDeploy", "type": "array", "items": { "$ref": "#/components/schemas/ApplicationName" } }