From fd7fdf28d5954a6e7be088d82fe36869530ae45f Mon Sep 17 00:00:00 2001 From: James Linnell Date: Sun, 4 Jun 2023 11:49:15 -0700 Subject: [PATCH] Fix creator owner to be required --- floatplane-openapi-specification.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/floatplane-openapi-specification.json b/floatplane-openapi-specification.json index 94a693a..47ca071 100644 --- a/floatplane-openapi-specification.json +++ b/floatplane-openapi-specification.json @@ -2054,7 +2054,11 @@ "username": { "type": "string" } - } + }, + "required": [ + "id", + "username" + ] } ] },