{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-revision-info-structure.json", "name": "RevisionInfo", "description": "Information about an application revision.", "type": "object", "properties": { "revisionLocation": { "allOf": [ { "$ref": "#/components/schemas/RevisionLocation" }, { "description": "Information about the location and type of an application revision." } ] }, "genericRevisionInfo": { "allOf": [ { "$ref": "#/components/schemas/GenericRevisionInfo" }, { "description": "Information about an application revision, including usage details and associated deployment groups." } ] } } }