Namespace Kuestenlogik.Bowire.Protocol.Rest.Mock

Classes

OpenApiMockSchemaSource

REST plugin's contribution to the Bowire mock server's schema-only flow. When the user runs bowire mock --schema <path>, the mock server discovers this IBowireMockSchemaSource (Kind = "openapi") and delegates the schema → recording conversion to whichever IBowireOpenApiAdapter is registered (OpenApi2 / OpenApi3, depending on the adapter package pulled in by the host).

RestMockHostingExtension

REST plugin's mock-host extension. Serves the recording's verbatim SourceSchema back under the conventional OpenAPI endpoints so peer Bowire discovery against the mock returns the full contract the original target advertised, not just the slice this recording happens to replay.