diff --git a/schema.json b/schema.json index 9b08e2454d..5034cffe68 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": {