From e5758d08bf8d9e860a97320c07b3e1242ddbf167 Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Thu, 15 May 2025 13:44:14 +0200 Subject: [PATCH] Fixes CrudApiPlugin schemas --- schemas/v0.25.0/crudapiplugin.schema.json | 8 ++++---- schemas/v0.26.0/crudapiplugin.schema.json | 8 ++++---- schemas/v0.27.0/crudapiplugin.schema.json | 8 ++++---- schemas/v0.28.0/crudapiplugin.schema.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/schemas/v0.25.0/crudapiplugin.schema.json b/schemas/v0.25.0/crudapiplugin.schema.json index 60801197..6f549ebc 100644 --- a/schemas/v0.25.0/crudapiplugin.schema.json +++ b/schemas/v0.25.0/crudapiplugin.schema.json @@ -8,10 +8,10 @@ }, "apiFile": { "type": "string" - }, - "required": [ - "apiFile" - ] + } }, + "required": [ + "apiFile" + ], "additionalProperties": false } \ No newline at end of file diff --git a/schemas/v0.26.0/crudapiplugin.schema.json b/schemas/v0.26.0/crudapiplugin.schema.json index 60801197..6f549ebc 100644 --- a/schemas/v0.26.0/crudapiplugin.schema.json +++ b/schemas/v0.26.0/crudapiplugin.schema.json @@ -8,10 +8,10 @@ }, "apiFile": { "type": "string" - }, - "required": [ - "apiFile" - ] + } }, + "required": [ + "apiFile" + ], "additionalProperties": false } \ No newline at end of file diff --git a/schemas/v0.27.0/crudapiplugin.schema.json b/schemas/v0.27.0/crudapiplugin.schema.json index b3ad667c..8c6d499c 100644 --- a/schemas/v0.27.0/crudapiplugin.schema.json +++ b/schemas/v0.27.0/crudapiplugin.schema.json @@ -10,10 +10,10 @@ "apiFile": { "type": "string", "description": "Path to the file that contains the definition of the CRUD API." - }, - "required": [ - "apiFile" - ] + } }, + "required": [ + "apiFile" + ], "additionalProperties": false } \ No newline at end of file diff --git a/schemas/v0.28.0/crudapiplugin.schema.json b/schemas/v0.28.0/crudapiplugin.schema.json index b3ad667c..8c6d499c 100644 --- a/schemas/v0.28.0/crudapiplugin.schema.json +++ b/schemas/v0.28.0/crudapiplugin.schema.json @@ -10,10 +10,10 @@ "apiFile": { "type": "string", "description": "Path to the file that contains the definition of the CRUD API." - }, - "required": [ - "apiFile" - ] + } }, + "required": [ + "apiFile" + ], "additionalProperties": false } \ No newline at end of file