-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current biblio
model in json schema is unusable.
#792
Comments
This actually appears to be a lapse in the implementation of the JSON Schema generator (that produced the schema in question) running over the Metaschema source. Metaschema source here has an We should confirm that this works properly in M4 Metaschema, and repair (with unit tests) if it does not work. (We could simultaneously address the handling of Metaschema @david-waltermire-nist maybe we should fold this into the ongoing testing? |
biblio
model in json schema is unsusable.biblio
model in json schema is unusable.
I have lately confirmed that ANY remains to be implemented (on both JSON and XML sides). Unlike other elements where In other words, as soon as So I will proceed to switch on and test out the |
…pleting feature extension work related to aliasing types, inline definitions, ANY models, representation of `empty` etc. with assorted bug fixes; new prose model
…tension work related to aliasing types, inline definitions, ANY models, representation of `empty` etc. with assorted bug fixes; new prose model
…pleting feature extension work related to aliasing types, inline definitions, ANY models, representation of `empty` etc. with assorted bug fixes; new prose model
User Story:
As an OSCAL content developer, I need to be able to include data in the bibliography without violating the schema.
Goals:
Within the current schema the specification for what is contained within a
biblio
element is unbound - e.g. it has not schema.Within the current schema as rendered in json:
the
"additionalProperties" : false
line effectively constrains the biblio element to not have any data. A quick fix would be to refactor such that"additionalProperties" : true
. This is presuming there is no short term intent to put structure on the biblio model.Dependencies:
I had a search for biblio in the current and past issues and did not find anything hinting at changes. This is not a blocker right now, however, was run into as a special case that needed to be dealt with within automation frameworks.
Acceptance Criteria
{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}
The text was updated successfully, but these errors were encountered: