We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the page: https://pages.nist.gov/OSCAL/reference/latest/catalog/json-reference/#/catalog/metadata/locations/address/country, the regex expression for the country code should be [A-Z]{2} and not [A-Z](2).
[A-Z]{2}
[A-Z](2)
All
metadata -> locations -> address -> country see: https://pages.nist.gov/OSCAL/reference/latest/catalog/xml-reference/#/catalog/metadata/location/address/country or https://pages.nist.gov/OSCAL/reference/latest/catalog/json-reference/#/catalog/metadata/locations/address/country
The text was updated successfully, but these errors were encountered:
david-waltermire
Successfully merging a pull request may close this issue.
Describe the bug
On the page: https://pages.nist.gov/OSCAL/reference/latest/catalog/json-reference/#/catalog/metadata/locations/address/country, the regex expression for the country code should be
[A-Z]{2}
and not[A-Z](2)
.Who is the bug affecting?
All
What is affected by this bug?
metadata -> locations -> address -> country
see: https://pages.nist.gov/OSCAL/reference/latest/catalog/xml-reference/#/catalog/metadata/location/address/country or https://pages.nist.gov/OSCAL/reference/latest/catalog/json-reference/#/catalog/metadata/locations/address/country
The text was updated successfully, but these errors were encountered: