diff --git a/docs/schemas/v1/definitions.json b/docs/schemas/v1/definitions.json index f13e816110d..80185b082c2 100644 --- a/docs/schemas/v1/definitions.json +++ b/docs/schemas/v1/definitions.json @@ -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": { @@ -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": {