K-Adam
K-Adam
Json schema has [examples annotation](https://github.com/json-schema-org/json-schema-spec/blob/6c5b6729ce7482072404b09c02533291e9c528c7/jsonschema-validation.xml#L1223), which comes handy, when I would like to run a mock server for my api. Unfortunately the spec states, that the value of `examples` keyword...
Json schema has [examples annotation](https://github.com/json-schema-org/json-schema-spec/blob/6c5b6729ce7482072404b09c02533291e9c528c7/jsonschema-validation.xml#L1223), which comes handy, when I would like to run a mock server for my api. Unfortunately the spec states, that the value of `examples` keyword...
[Media Type Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#mediaTypeObject) should have an optional `primaryData` attribute, to specify the name of the property, where the primary data is located in the schema. It is very common to...