{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DescribeApplicationSnapshotRequest", "title": "DescribeApplicationSnapshotRequest", "type": "object", "required": [ "ApplicationName", "SnapshotName" ], "properties": { "ApplicationName": { "allOf": [ { "$ref": "#/components/schemas/ApplicationName" }, { "description": "The name of an existing application." } ] }, "SnapshotName": { "allOf": [ { "$ref": "#/components/schemas/SnapshotName" }, { "description": "The identifier of an application snapshot. You can retrieve this value using ." } ] } } }