diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 22:34:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 22:34:51 -0700 |
commit | d91c04608480f819263dedc8eaa4ecf707e5914e (patch) | |
tree | 01a9e1922430575f39cde6bdf54bc6a061fc6159 /rust/fatcat-api/api.yaml | |
parent | 580b579a3854ab070ac48680464a4413f552749c (diff) | |
download | fatcat-d91c04608480f819263dedc8eaa4ecf707e5914e.tar.gz fatcat-d91c04608480f819263dedc8eaa4ecf707e5914e.zip |
extra_json in API schema (manually)
Diffstat (limited to 'rust/fatcat-api/api.yaml')
-rw-r--r-- | rust/fatcat-api/api.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/rust/fatcat-api/api.yaml b/rust/fatcat-api/api.yaml index 1fe5c8ff..14c94f35 100644 --- a/rust/fatcat-api/api.yaml +++ b/rust/fatcat-api/api.yaml @@ -35,6 +35,9 @@ x-entity-props: &ENTITYPROPS type: integer example: 16 format: int64 + extra: + type: object + additionalProperties: {} x-entity-edit-props: &ENTITYEDITPROPS edit_id: type: integer @@ -51,6 +54,9 @@ x-entity-edit-props: &ENTITYEDITPROPS type: integer example: 16 format: int64 + extra: + type: object + additionalProperties: {} definitions: @@ -177,6 +183,9 @@ definitions: format: int64 description: type: string + extra: + type: object + additionalProperties: {} # container_edits: # type: array # item: @@ -216,9 +225,6 @@ definitions: # type: object # proposeties: # <<: *ENTITYEDITPROPS - extra: - type: object - additionalProperties: {} changelogentries: type: array items: |