Skip to content

schema parse error #3

@734vin

Description

@734vin

json data

{
    "schema": {
        "int": "number",
        "str": "string",
        "obj": {
            "a": "number",
            "b": "string",
            "c": [ "string"]
        },
        "arrays of objects": [
            {"a": "number", "b": "string" }
        ],
        "arrays of primitives": ["string"]
    },
    "rows": [{}],
}

  1. obj.c missing
WeChat5a6fb4e3a95fa8f47af4390b8959a743
  1. insert new row from editor, obj not created correctly
WeChatf44a4ba87c39deb97d3224ce8129aa55 WeChat346a9c917e31d334d5c1a25201759287

Maybe there are problems with multi-level structures ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions