{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiVersionSummary", "title": "API Version Summary", "type": "object", "properties": { "id": { "description": "The API version identifier.", "type": "string", "format": "uuid", "example": "7710d5c4-d902-410b-992f-18b814155b53", "readOnly": true }, "version": { "description": "The version of this api spec.", "type": "string" }, "spec": { "type": "object", "additionalProperties": false, "properties": { "type": { "$ref": "#/components/schemas/ApiSpecType" } } }, "created_at": { "$ref": "#/components/schemas/CreatedAt" }, "updated_at": { "$ref": "#/components/schemas/UpdatedAt" } }, "additionalProperties": false, "nullable": true, "readOnly": true, "x-speakeasy-terraform-ignore": true }