diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-25 17:05:03 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-25 17:05:03 -0700 |
commit | 92d297ffc895f471a5061250bdd49b71e50a95ab (patch) | |
tree | 4f232bf398e53cf2db3aef0dac4c4146390c848a /rust/fatcat-openapi2.yml | |
parent | 8e92be6e1e9396f4920c0f947337e1be643e1994 (diff) | |
download | fatcat-92d297ffc895f471a5061250bdd49b71e50a95ab.tar.gz fatcat-92d297ffc895f471a5061250bdd49b71e50a95ab.zip |
refs and contribs
Diffstat (limited to 'rust/fatcat-openapi2.yml')
-rw-r--r-- | rust/fatcat-openapi2.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rust/fatcat-openapi2.yml b/rust/fatcat-openapi2.yml index 30e0f44d..827bb8d7 100644 --- a/rust/fatcat-openapi2.yml +++ b/rust/fatcat-openapi2.yml @@ -155,13 +155,11 @@ definitions: contribs: type: array items: - type: string - #$ref: "#/definitions/release_contrib" + $ref: "#/definitions/release_contrib" refs: type: array items: - type: string - #$ref: "#/definitions/release_ref" + $ref: "#/definitions/release_ref" work_entity: type: object properties: |