[PATCH v4 7/9] api: add auto-generated OpenAPI schema files

2021-08-20 Thread Raxel Gutierrez
Signed-off-by: Raxel Gutierrez --- docs/api/schemas/latest/patchwork.yaml | 159 +- docs/api/schemas/v1.3/patchwork.yaml | 2770 2 files changed, 2928 insertions(+), 1 deletion(-) create mode 100644 docs/api/schemas/v1.3/patchwork.yaml diff --git

Re: OpenAPI schema

2019-08-07 Thread Andrew Donnellan
On 7/8/19 7:41 pm, Stephen Finucane wrote: On Wed, 2019-08-07 at 17:10 +1000, Andrew Donnellan wrote: Currently working on some patches that add some extra fields to the API. Updating the OpenAPI schema, especially with the jinja2 templating that we use for versioning, is difficult, especially

Re: OpenAPI schema

2019-08-07 Thread Stephen Finucane
On Wed, 2019-08-07 at 17:10 +1000, Andrew Donnellan wrote: > Currently working on some patches that add some extra fields to the API. > > Updating the OpenAPI schema, especially with the jinja2 templating that > we use for versioning, is difficult, especially for

OpenAPI schema

2019-08-07 Thread Andrew Donnellan
Currently working on some patches that add some extra fields to the API. Updating the OpenAPI schema, especially with the jinja2 templating that we use for versioning, is difficult, especially for those of us with no background in the OpenAPI format. patchwork.j2 is >2300 lines long, wh