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