{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-compute-attributes-schema.json", "title": "ComputeAttributes", "description": " Information about compute hardware assets. ", "type": "object", "properties": { "HostId": { "allOf": [ { "$ref": "#/components/schemas/HostId" }, { "description": " The host ID of the Dedicated Host on the asset. " } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/ComputeAssetState" }, { "description": "

The state.

" } ] } } }