Skip to content

Commit

Permalink
Update schema again
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Jun 12, 2023
1 parent bf1043d commit a451c07
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/schemas/v1/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"properties": {
"apiVersion": {
"type": "string",
"const": "v1",
"enum": [
"v1",
"v2"
],
"description": "Defines the version of this object. Used in determining compatibility between Toolpad \"page\" objects."
},
"kind": {
Expand Down Expand Up @@ -365,7 +368,10 @@
"properties": {
"apiVersion": {
"type": "string",
"const": "v1",
"enum": [
"v1",
"v2"
],
"description": "Defines the version of this object. Used in determining compatibility between Toolpad \"theme\" objects."
},
"kind": {
Expand Down

0 comments on commit a451c07

Please sign in to comment.