Closed BelfordZ closed 1 year ago
Consider the schema:
{ "title": "a", "oneOf": [ { "title": "b", "type": "object", "properties": { "c": { "title": "d", "type": "string" }, "e": { "title": "e", "type": "string" } } }, { "title": "f", "type": "boolean" }, { "title": "g", "oneOf": [ { "title": "h", "type": "string" }, { "title": "l", "type": "object", "properties": { "foo": { "title": "k", "oneOf": [ { "title": "m", "type": "string" }, { "title": "o", "type": "object", "properties": { "foo": { "type": "string" } } } ] } } } ] } ] }
Displays any inplace of g in the choices dropdown:
any
g
in the schema row
Displays g inplace of any in the choices dropdown:
Context
Consider the schema:
Current Behavior
Displays
any
inplace ofg
in the choices dropdown:in the schema row
Expected Behavior
Displays
g
inplace ofany
in the choices dropdown:in the schema row
Possible Workaround/Solution
Steps to Reproduce
Environment