diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-25 18:59:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-25 18:59:02 -0700 |
commit | 6f54d75f644ab5f0120637b1ceb13b16a4c8534d (patch) | |
tree | aa1fb61cb79f8ec69455c31acd8296686f4e7f67 /rust/fatcat-openapi2.yml | |
parent | 79807ca16c98c5f75e08624a514ba2afe585373a (diff) | |
download | fatcat-6f54d75f644ab5f0120637b1ceb13b16a4c8534d.tar.gz fatcat-6f54d75f644ab5f0120637b1ceb13b16a4c8534d.zip |
fix date on release
Diffstat (limited to 'rust/fatcat-openapi2.yml')
-rw-r--r-- | rust/fatcat-openapi2.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/fatcat-openapi2.yml b/rust/fatcat-openapi2.yml index 8dd4177f..cfce24d7 100644 --- a/rust/fatcat-openapi2.yml +++ b/rust/fatcat-openapi2.yml @@ -145,7 +145,8 @@ definitions: type: string example: "preprint" date: - type: date + type: string + format: date doi: type: string #format: custom |