added inputProps to text, checkbox widget type
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:
parent
bbc1881faf
commit
9e714c734e
@ -11,13 +11,23 @@
|
||||
{
|
||||
"$ref": "#/definitions/minimum",
|
||||
"patternProperties": {
|
||||
"^x-.*|widget$": { "$comment": "stub for allOf" }
|
||||
"^x-.*|widget|inputProps$": { "$comment": "stub for allOf" }
|
||||
},
|
||||
"allOf": [
|
||||
{
|
||||
"properties": {
|
||||
"widget": { "enum": ["text", "checkbox"] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"inputProps": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"multiline": { "type": "boolean" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user