Stranger6667/jsonschema-rs

`Error: Error("expected ident", line: 1, column: 2)` when running from command line

Opened this issue · 0 comments

  • cargo install jsonschema
  • jsonschema -i ./specs/android/adb_root_emulator.yaml ./schemas/workflow.json, where:
    • adb_root_emulator.yaml is defined here
    • workflow.json is defined here
  • get error Error: Error("expected ident", line: 1, column: 2)