Bridgeconn / usfm-grammar

An elegant USFM parser.
https://usfmgrammar.vachanengine.org/
MIT License
36 stars 14 forks source link

Changes in USJ Schema #225

Closed kavitharaju closed 10 months ago

kavitharaju commented 11 months ago

The changes suggested in USJ schema by the USFM/X Committee

  1. Change oneOf condition to anyOf
  2. Instead of the field {type: "val1:val2"} keep two fields {type:"val1", marker: "val2"}

Changes needed in this repo

Changes to be contributes at usfm-bible/tcdocs

kavitharaju commented 11 months ago

PR at tcdocs repo https://github.com/usfm-bible/tcdocs/pull/48

kavitharaju commented 11 months ago

Another change needed

This requires change at

kavitharaju commented 11 months ago

PR at tcdocs repo https://github.com/usfm-bible/tcdocs/pull/51