You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Array code completion does't work in some scenarios
See attached schema array.schema.json.txt
test_simpleArrayObject:
#not ok# - # ok
- obj1:
name: 1# ok,# - #ok test_array_anyOf_strAndObj:
#not ok# - #not ok
- obj1:
name: 1# not ok# - #not oktest_array_anyOf_2objects:
# not ok when type is anyOf
- obj1:
name: 5# not ok when type is anyOf# - # OK#test_anyOfObjectAndNull:#not ok, should be null or obj1test_anyOfObjectAndNull:
#not ok, should be null or obj1test_anyOfStrArrAndNull:
#notOk
- test#not ok # - #notOktest_anyOfObjArrAndNull:
#notOk# - #ok
- obj1:
name: 5#ok
The text was updated successfully, but these errors were encountered:
test_simpleArrayObject:
#not ok on the first position# - # ok
- obj1:
name: 1# ok,# - #ok test_array_anyOf_strAndObj:
#not ok on the first position# - # ok
- obj1:
name: 1# ok# - # oktest_array_anyOf_2objects:
# not ok on the first position# -# ok# - # ok
- obj1:
name: 5# ok after array item without '-'#test_anyOfObjectAndNull:#not ok, should be null or obj1test_anyOfObjectAndNull:
#not ok, should be null or obj1test_anyOfStrArrAndNull:
#notOk
- test#not ok # - #notOktest_anyOfObjArrAndNull:
#notOk# - #ok
- obj1:
name: 5#ok
Describe the bug
Array code completion does't work in some scenarios
See attached schema
array.schema.json.txt
The text was updated successfully, but these errors were encountered: