From 83665b2a3a952a559b3ad2ec5236ef382c77e0c4 Mon Sep 17 00:00:00 2001 From: Mete Polat Date: Sat, 7 Dec 2019 17:46:20 +0100 Subject: docs: Add missing series index schema Fixes: 7d8e24bc84bd ("docs: Start documenting API using OpenAPI") Signed-off-by: Mete Polat Reviewed-by: Stephen Finucane --- docs/api/schemas/latest/patchwork.yaml | 5 +++++ docs/api/schemas/patchwork.j2 | 5 +++++ docs/api/schemas/v1.0/patchwork.yaml | 5 +++++ docs/api/schemas/v1.1/patchwork.yaml | 5 +++++ docs/api/schemas/v1.2/patchwork.yaml | 5 +++++ 5 files changed, 25 insertions(+) (limited to 'docs/api') diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml index fc23cdb..a5e235b 100644 --- a/docs/api/schemas/latest/patchwork.yaml +++ b/docs/api/schemas/latest/patchwork.yaml @@ -1353,6 +1353,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2 index 85f3977..196d784 100644 --- a/docs/api/schemas/patchwork.j2 +++ b/docs/api/schemas/patchwork.j2 @@ -1364,6 +1364,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/v1.0/patchwork.yaml b/docs/api/schemas/v1.0/patchwork.yaml index b01cbcf..6c7c068 100644 --- a/docs/api/schemas/v1.0/patchwork.yaml +++ b/docs/api/schemas/v1.0/patchwork.yaml @@ -1218,6 +1218,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/v1.1/patchwork.yaml b/docs/api/schemas/v1.1/patchwork.yaml index f85c871..babc972 100644 --- a/docs/api/schemas/v1.1/patchwork.yaml +++ b/docs/api/schemas/v1.1/patchwork.yaml @@ -1218,6 +1218,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index b4d1cf6..d7b4d29 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -1353,6 +1353,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name -- cgit v1.2.3