{
"type": "object",
"properties": {
"WorkspaceId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceId"
},
{
"description": "The identifier of the WorkSpace."
}
]
}
},
"description": "Describes the information used to stop a WorkSpace.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "StopRequest",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-stop-request-schema.json"
}