Information about an instance type.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-instance-type-item-schema.json", "title": "InstanceTypeItem", "description": "Information about an instance type.", "type": "object", "properties": { "InstanceType": { "$ref": "#/components/schemas/InstanceType" } } }