Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Must delay full group checking until strings are fully assembled #321

@VisLab

Description

@VisLab

The following issue arose in testing 4.0.0 against BIDS examples:

 {
          "duration": {
               " HED": "Duration/#",
          },
          "event_code": {
            "HED": {
              "face": "({duration}, ((Red, Blue), {ball_type}))",
              "ball":"{ball_type}, Black",
            }
          },
          "ball_type": {
            "Description": "Has description with HED'"
            "HED": "Label/#"
          }
 }

The Duration tag requires a group, but it doesn't get one until it is spliced in. Full validation needs to be delayed. The sidecar is valid.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghed 3HED 3-specific issuesvalidationTag validation issues

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions