From c06079af0949ac44472c9fdc2fc81766316cb88d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 May 2019 19:15:41 -0700 Subject: schema: allow releases expansion on file/fileset/webcapture And codegen rust and python --- fatcat-openapi2.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'fatcat-openapi2.yml') diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 92253e9d..bac0efaa 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -188,6 +188,11 @@ definitions: type: array items: <<: *FATCATIDENT + releases: + description: "Optional; GET-only" + type: array + items: + $ref: "#/definitions/release_entity" file_url: type: object required: @@ -218,6 +223,11 @@ definitions: type: array items: <<: *FATCATIDENT + releases: + description: "Optional; GET-only" + type: array + items: + $ref: "#/definitions/release_entity" fileset_url: type: object required: @@ -278,6 +288,11 @@ definitions: type: array items: <<: *FATCATIDENT + releases: + description: "Optional; GET-only" + type: array + items: + $ref: "#/definitions/release_entity" webcapture_cdx_line: type: object required: @@ -1382,7 +1397,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For files, none accepted (yet)." + description: "List of sub-entities to expand in response. For files, `releases` is accepted." - name: hide in: query type: string @@ -1637,7 +1652,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For filesets, none accepted (yet)." + description: "List of sub-entities to expand in response. For filesets, `releases` is accepted." - name: hide in: query type: string @@ -1858,7 +1873,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For webcaptures, none accepted (yet)." + description: "List of sub-entities to expand in response. For webcaptures, `releases` is accepted." - name: hide in: query type: string -- cgit v1.2.3