meta: folding, foreignKey
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-18 09:48:26 +00:00
parent b51fe632de
commit 922cf2ff2e
3 changed files with 179 additions and 0 deletions

View File

@@ -11,6 +11,20 @@
}
},
"evalObjectWithRaw": {
"type": "object",
"properties": {
"eval": {
"type": "string",
"description": "js code which must return same schema as value if directly defined"
},
"raw": {
"type": "boolean",
"description": "if true, the result of the eval passed as pure html"
}
}
},
"i18nString": {
"oneOf": [
{