From d91c04608480f819263dedc8eaa4ecf707e5914e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 May 2018 22:34:51 -0700 Subject: extra_json in API schema (manually) --- rust/fatcat-openapi2.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'rust/fatcat-openapi2.yml') diff --git a/rust/fatcat-openapi2.yml b/rust/fatcat-openapi2.yml index 1fe5c8ff..14c94f35 100644 --- a/rust/fatcat-openapi2.yml +++ b/rust/fatcat-openapi2.yml @@ -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: -- cgit v1.2.3