Closed corburn closed 6 years ago
@stain do you have recommendations for how to implement the extension_domain
?
Currently I'm looking at propertyNames
and haven't yet looked into the Hyper Schema or relative JSON pointers.
Commit f74abc2d8bb57a350222c2bbdf887e8928e99925 closed #21 by discarding validity constraints:
The extension_domain section is not evaluated by checks for BCO validity or computational correctness
Here is a visualization of the schema so far
@corburn How long would it take you to finish a version of the schema with out waiting for all of the discussion issues to be resolved? @rykahsay would like to implement a BCO tool he has started based on your schema work already but he does not want to replicate work or go in a different direction. He suggested that we define the remaining domains using what is in the spec so he can get his the tool working (which he will put in a repo here once it is done). Or he said he can pull what you have and use that if that would be easiest.
@HadleyKing the schema is current to the extent I can make it at this time.
@corburn @HadleyKing Shall we transfer the remaining unchecked boxes to separate issues so they don't get lost?
Following up on #5, this change introduces a draft BCO JSON schema.
The following script was used to test the schema against HCV1a.json:
The following commands were used to run the script:
The following definition for
extension_domain
failed to trigger validation errors when tested with the above jsonschema script. It may be the library doesn't support it (propertyNames test cases are sparse) or the definition is invalid.