{ "$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-get-application-response-schema.json", "title": "GetApplicationResponse", "description": "GetApplicationResponse schema from Amazon CodeDeploy", "type": "object", "properties": { "application": { "type": "object", "properties": { "applicationId": { "type": "string" }, "applicationName": { "type": "string" }, "computePlatform": { "type": "string" }, "createTime": { "type": "string", "format": "date-time" }, "linkedToGitHub": { "type": "boolean" } } } } }