From 8ac0913fd57aa7c330302c1cc5427fb16dcefe5b Mon Sep 17 00:00:00 2001 From: Lilian Saget-Lethias Date: Thu, 27 Jun 2024 11:57:08 +0200 Subject: [PATCH] chore: fix columns prop, and allow private props (#94) --- schema.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 9b08e2454df..5034cffe68d 100644 --- a/schema.json +++ b/schema.json @@ -104,6 +104,19 @@ "required": [] } }, + "patternProperties": { + "^_.*": { + "description": "Commentaire ou configuration interne (ex.ancres YAML)", + "type": [ + "string", + "number", + "object", + "array", + "boolean", + "null" + ] + } + }, "properties": { "title": { "type": "string", @@ -181,7 +194,7 @@ "tools": { "$ref": "#/definitions/tools" }, - "colmuns": { + "columns": { "$ref": "#/definitions/tools" }, "urls": {