It seems that this is unable to parse the later versions of the NIST OSCAL stuff. The actual error I get is:
json: cannot unmarshal array into Go struct field Metadata.metadata.responsible-parties of type map[string]validation_root.ResponsibleParty.
I tried to generate new models from the OSCAL source and hit another error that is likely related to this PR: GoComply/metaschema#10
I am happy to dig into it and get it fixed up. I am wondering what the maintenance status is of this repo and the supporting tooling.
Thanks!
It seems that this is unable to parse the later versions of the NIST OSCAL stuff. The actual error I get is:
json: cannot unmarshal array into Go struct field Metadata.metadata.responsible-parties of type map[string]validation_root.ResponsibleParty.I tried to generate new models from the OSCAL source and hit another error that is likely related to this PR: GoComply/metaschema#10
I am happy to dig into it and get it fixed up. I am wondering what the maintenance status is of this repo and the supporting tooling.
Thanks!