diff --git a/docs/static/schemas/pilet-v0.json b/docs/static/schemas/pilet-v0.json index e39b60341..22ea158fb 100644 --- a/docs/static/schemas/pilet-v0.json +++ b/docs/static/schemas/pilet-v0.json @@ -8,7 +8,7 @@ "properties": { "schemaVersion": { "type": "string", - "enum": ["none", "v0", "v1", "v2"], + "enum": ["none", "v0", "v1", "v2", "v3"], "description": "The default output schema to be used when building the pilet." }, "piralInstances": {