Open demeringo opened 7 months ago
There was a work in progress to provide an OpenAPI specification (swagger) document. In which case we should probably not create the json schema from scratch but extract it from OAS spec to avoid duplicated work.
@Amael-PE did you had an update on this OpenAPI spec contribution (I do not see a related PR) ?
@demeringo Work is In Progress ^^. We are actively (Sebastien is, in fact) working on the RestFull spec. As soon as he get a proposal, we PR it
OAS issue done for tracing ,
PR too
https://github.com/openapi-contrib/openapi-schema-to-json-schema need a json formated swagger ;-) a fast run in attachement
json-schema.json
So far our repository contains examples of data.
To make the proposed format truly interoperable (or standard) we need to provide a format definition against which a specific data file can be validated.
JSON schema should be a good way to represent it: https://json-schema.org/learn/getting-started-step-by-step#create
We should provide it as part of the repository.