An entity that implements an API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiImplementationListItem", "title": "API Implementation List Item", "description": "An entity that implements an API", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/ApiImplementationListItemGatewayServiceEntity" }, { "$ref": "#/components/schemas/ApiImplementationListItemControlPlaneEntity" } ] }