[PATCH v3 4/5] docs: Add missing series index schema

Mete Polat metepolat2000 at gmail.com
Mon Oct 21 05:57:11 AEDT 2019


Signed-off-by: Mete Polat <metepolat2000 at gmail.com>
---
 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(+)

diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml
index 4696900..cd33291 100644
--- a/docs/api/schemas/latest/patchwork.yaml
+++ b/docs/api/schemas/latest/patchwork.yaml
@@ -1346,6 +1346,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 4fc100e..6116578 100644
--- a/docs/api/schemas/patchwork.j2
+++ b/docs/api/schemas/patchwork.j2
@@ -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/v1.0/patchwork.yaml b/docs/api/schemas/v1.0/patchwork.yaml
index e6adfdd..ef3551d 100644
--- a/docs/api/schemas/v1.0/patchwork.yaml
+++ b/docs/api/schemas/v1.0/patchwork.yaml
@@ -1219,6 +1219,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 6af697c..d984c5d 100644
--- a/docs/api/schemas/v1.1/patchwork.yaml
+++ b/docs/api/schemas/v1.1/patchwork.yaml
@@ -1219,6 +1219,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 2ced470..30cadcc 100644
--- a/docs/api/schemas/v1.2/patchwork.yaml
+++ b/docs/api/schemas/v1.2/patchwork.yaml
@@ -1346,6 +1346,11 @@ components:
           type: string
           format: uri
           readOnly: true
+        series:
+          title: Series URL
+          type: string
+          format: uri
+          readOnly: true
     Bundle:
       required:
         - name
-- 
2.23.0



More information about the Patchwork mailing list