From 39456677cdc9768ad0dea76be4fd36735eec3ed2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 20:55:01 -0700 Subject: simplify API a bit --- rust/fatcat-openapi2.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'rust/fatcat-openapi2.yml') diff --git a/rust/fatcat-openapi2.yml b/rust/fatcat-openapi2.yml index 01e0b60c..b5993244 100644 --- a/rust/fatcat-openapi2.yml +++ b/rust/fatcat-openapi2.yml @@ -74,8 +74,6 @@ definitions: <<: *ENTITYPROPS name: type: string - parent: - type: string publisher: type: string issn: @@ -97,13 +95,14 @@ definitions: type: object required: - title + - work properties: <<: *ENTITYPROPS - work: + title: type: string - container: + work_id: type: string - license: + container_id: type: string release_type: type: string -- cgit v1.2.3