diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-26 22:50:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-26 23:01:13 -0800 |
commit | 6d9bab59919352bbdd5dd354c89c95d78a8f04a2 (patch) | |
tree | 9bee5e9a33dbda2608c997620854ee2b7349a7e5 /rust/fatcat-api-spec/api.yaml | |
parent | 892b102d3c24cdde448d36c6ced35a75e368fe8c (diff) | |
download | fatcat-6d9bab59919352bbdd5dd354c89c95d78a8f04a2.tar.gz fatcat-6d9bab59919352bbdd5dd354c89c95d78a8f04a2.zip |
rust impl last webcapture schema tweaks
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index 3eada7e4..eb0528d5 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -238,16 +238,14 @@ definitions: - surt - timestamp - url - - status_code - sha1 properties: surt: type: string example: "org,asheesh)/apus/ch1/node15.html" timestamp: - type: integer - example: 20020429162520 - format: int64 + type: string + example: "20020429162520" url: type: string example: "http://www.asheesh.org:80/APUS/ch1/node15.html" |