diff options
-rw-r--r-- | docs/api/schemas/latest/patchwork.yaml | 4 | ||||
-rw-r--r-- | docs/api/schemas/patchwork.j2 | 4 | ||||
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml index 9fcafd0..20ca90e 100644 --- a/docs/api/schemas/latest/patchwork.yaml +++ b/docs/api/schemas/latest/patchwork.yaml @@ -1887,7 +1887,7 @@ components: title: Relations type: array items: - type: string + $ref: '#/components/schemas/PatchEmbedded' PatchDetail: allOf: - $ref: '#/components/schemas/PatchList' @@ -1948,7 +1948,7 @@ components: title: Relations type: array items: - type: string + type: integer Person: type: object properties: diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2 index e587cd7..1ec3848 100644 --- a/docs/api/schemas/patchwork.j2 +++ b/docs/api/schemas/patchwork.j2 @@ -1964,7 +1964,7 @@ components: title: Relations type: array items: - type: string + $ref: '#/components/schemas/PatchEmbedded' {% endif %} PatchDetail: allOf: @@ -2027,7 +2027,7 @@ components: title: Relations type: array items: - type: string + type: integer {% endif %} Person: type: object diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index 9bab378..6545493 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -1887,7 +1887,7 @@ components: title: Relations type: array items: - type: string + $ref: '#/components/schemas/PatchEmbedded' PatchDetail: allOf: - $ref: '#/components/schemas/PatchList' @@ -1948,7 +1948,7 @@ components: title: Relations type: array items: - type: string + type: integer Person: type: object properties: |