Skip to content

Commit 5eac25b

Browse files
Fixes CrudApiPlugin schemas (#1178)
1 parent 4f636b1 commit 5eac25b

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

schemas/v0.25.0/crudapiplugin.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"apiFile": {
1010
"type": "string"
11-
},
12-
"required": [
13-
"apiFile"
14-
]
11+
}
1512
},
13+
"required": [
14+
"apiFile"
15+
],
1616
"additionalProperties": false
1717
}

schemas/v0.26.0/crudapiplugin.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"apiFile": {
1010
"type": "string"
11-
},
12-
"required": [
13-
"apiFile"
14-
]
11+
}
1512
},
13+
"required": [
14+
"apiFile"
15+
],
1616
"additionalProperties": false
1717
}

schemas/v0.27.0/crudapiplugin.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"apiFile": {
1111
"type": "string",
1212
"description": "Path to the file that contains the definition of the CRUD API."
13-
},
14-
"required": [
15-
"apiFile"
16-
]
13+
}
1714
},
15+
"required": [
16+
"apiFile"
17+
],
1818
"additionalProperties": false
1919
}

schemas/v0.28.0/crudapiplugin.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"apiFile": {
1111
"type": "string",
1212
"description": "Path to the file that contains the definition of the CRUD API."
13-
},
14-
"required": [
15-
"apiFile"
16-
]
13+
}
1714
},
15+
"required": [
16+
"apiFile"
17+
],
1818
"additionalProperties": false
1919
}

0 commit comments

Comments
 (0)