Describes the compute type of the bundle.
{ "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/Compute" }, { "description": "The compute type." } ] } }, "description": "Describes the compute type of the bundle.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ComputeType", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-compute-type-schema.json" }