diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-26 22:49:41 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-26 22:49:41 -0800 |
commit | 892b102d3c24cdde448d36c6ced35a75e368fe8c (patch) | |
tree | a002bcf82053f3d0baaa116d5259d97e9a9fe580 /fatcat-openapi2.yml | |
parent | 2089289d7d34c16d9530699f4635ff0f69d7d556 (diff) | |
download | fatcat-892b102d3c24cdde448d36c6ced35a75e368fe8c.tar.gz fatcat-892b102d3c24cdde448d36c6ced35a75e368fe8c.zip |
webcapture: status_code nullable; cdx timestamp string
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 3eada7e4..eb0528d5 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -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" |