{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-compute-attributes-structure.json", "name": "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.

" } ] } } }