From 01a6c95f4efe357907681edc6ac6bd347017cf74 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 May 2018 22:23:01 -0700 Subject: API schema: serde_json::Value Unfortunately, this requires hacking model.rs manually. Might be able to partially mitigate with, eg, sed. --- rust/fatcat-api/api.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rust/fatcat-api/api.yaml') diff --git a/rust/fatcat-api/api.yaml b/rust/fatcat-api/api.yaml index df828a41..1fe5c8ff 100644 --- a/rust/fatcat-api/api.yaml +++ b/rust/fatcat-api/api.yaml @@ -218,8 +218,7 @@ definitions: # <<: *ENTITYEDITPROPS extra: type: object - additionalProperties: - type: string + additionalProperties: {} changelogentries: type: array items: -- cgit v1.2.3