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