A reference to a unique stage identified in the format {restApiId}/{stage}.
{restApiId}/{stage}
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StageKey", "title": "StageKey", "type": "object", "properties": { "restApiId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The string identifier of the associated RestApi." } ] }, "stageName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The stage name associated with the stage key." } ] } }, "description": "A reference to a unique stage identified in the format <code>{restApiId}/{stage}</code>." }