mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #669] [MERGED] Support Schema Example and Support AllOf in definitions #1023
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/669
Author: @StefH
Created: 10/27/2021
Status: ✅ Merged
Merged: 10/27/2021
Merged by: @StefH
Base:
master← Head:SupportSchemaExample📝 Commits (8)
f0ce73fSupport an Example within a Schemaeaf4ad1Support AllOf in definitions749d9f0Refactor MapSchemaAllOfToObject method and add test files49029faInclude schema examples5aa4b3aRefactor duplicate code, create method MapPropertyAsJObject69155dcRemove commented code24ccb66Merge branch 'master' into SupportSchemaExample50e7f16Merge from master + update WireMock.Net.OpenApiParser.ConsoleApp📊 Changes
8 files changed (+2419 additions, -36 deletions)
View changed files
➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/Swagger_Petstore_V2.0.json(+269 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/Swagger_Petstore_V2.0.yaml(+732 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/Swagger_Petstore_V3.0.0.yaml(+109 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/Swagger_Petstore_V3.0.2.json(+1232 -0)📝
examples/WireMock.Net.OpenApiParser.ConsoleApp/Program.cs(+15 -9)📝
examples/WireMock.Net.OpenApiParser.ConsoleApp/Run.cs(+4 -8)📝
examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj(+15 -0)📝
src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs(+43 -19)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.