Skip to content

Commit

Permalink
chore: fix columns prop, and allow private props (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias authored Jun 27, 2024
1 parent 97dfd63 commit 8ac0913
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -181,7 +194,7 @@
"tools": {
"$ref": "#/definitions/tools"
},
"colmuns": {
"columns": {
"$ref": "#/definitions/tools"
},
"urls": {
Expand Down

0 comments on commit 8ac0913

Please sign in to comment.