diff options
| -rw-r--r-- | docs/api/schemas/latest/patchwork.yaml | 5 | ||||
| -rw-r--r-- | docs/api/schemas/patchwork.j2 | 5 | ||||
| -rw-r--r-- | docs/api/schemas/v1.0/patchwork.yaml | 5 | ||||
| -rw-r--r-- | docs/api/schemas/v1.1/patchwork.yaml | 5 | ||||
| -rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 5 |
5 files changed, 25 insertions, 0 deletions
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 |