meta: folding, foreignKey
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user