{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiImplementationGatewayServiceEntity", "title": "ApiImplementationGatewayServiceEntity", "description": "A gateway service that implements an API", "type": "object", "properties": { "id": { "$ref": "#/components/schemas/UUID" }, "created_at": { "$ref": "#/components/schemas/CreatedAt" }, "updated_at": { "$ref": "#/components/schemas/UpdatedAt" }, "service": { "$ref": "#/components/schemas/ApiImplementationService" } }, "additionalProperties": false, "x-speakeasy-name-override": "Service Reference" }