diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 22:23:01 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 22:23:04 -0700 |
commit | 01a6c95f4efe357907681edc6ac6bd347017cf74 (patch) | |
tree | 0e7553d5d8d705d2b2d32d9e616e68052a6ed7ea /rust/fatcat-openapi2.yml | |
parent | 14efdf829f0a8deca7b2814090f9a1c1a243e59a (diff) | |
download | fatcat-01a6c95f4efe357907681edc6ac6bd347017cf74.tar.gz fatcat-01a6c95f4efe357907681edc6ac6bd347017cf74.zip |
API schema: serde_json::Value
Unfortunately, this requires hacking model.rs manually. Might be able to
partially mitigate with, eg, sed.
Diffstat (limited to 'rust/fatcat-openapi2.yml')
-rw-r--r-- | rust/fatcat-openapi2.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/fatcat-openapi2.yml b/rust/fatcat-openapi2.yml index df828a41..1fe5c8ff 100644 --- a/rust/fatcat-openapi2.yml +++ b/rust/fatcat-openapi2.yml @@ -218,8 +218,7 @@ definitions: # <<: *ENTITYEDITPROPS extra: type: object - additionalProperties: - type: string + additionalProperties: {} changelogentries: type: array items: |