Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 issue.

Determine if this submodule update fixes CI/CD breakage with JSON schema
or if other bugs and development issues leave it broken.
  • Loading branch information
aj-stein-nist committed Jan 31, 2023
1 parent 5afde6c commit 20fb9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/metaschema
Submodule metaschema updated 40 files
+39 −0 .github/dependabot.yml
+2 −2 .github/workflows/issue-triage.yml
+62 −0 .github/workflows/link-check.yml
+0 −2 .github/workflows/status-ci-cd.yml
+95 −33 .github/workflows/workflow-generate-website.yml
+31 −16 .github/workflows/workflow-validate-repo-markdown.yml
+50 −0 .github/workflows/workflow-validate-website-content.yml
+28 −7 build/config/.markdown-link-check/config.json
+124 −0 build/go.mod
+1,051 −0 build/go.sum
+1,426 −405 build/package-lock.json
+11 −3 build/package.json
+65 −0 build/pom.xml
+12 −0 build/tools.go
+1 −1 schema/xml/metaschema.xsd
+38 −0 test-suite/metaschema-xspec/json-schema-gen/json-schema-gen.xspec
+70 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-closed.json
+38 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-closed_metaschema.xml
+58 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-narrow.json
+39 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-narrow_metaschema.xml
+70 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-open.json
+38 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-open_metaschema.xml
+58 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-sortof.json
+38 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_constrained-sortof_metaschema.xml
+58 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_unconstrained.json
+30 −0 test-suite/metaschema-xspec/json-schema-gen/json-value_unconstrained_metaschema.xml
+12 −7 test-suite/schema-generation/allowed-values/allowed-values-basic_test_valid_PASS.xml
+4 −2 test-suite/schema-generation/unit-tests.xml
+1 −1 toolchains/xslt-M4/document/xml/element-map-html.xsl
+1 −1 toolchains/xslt-M4/make-metaschema-css.xpl
+2 −12 toolchains/xslt-M4/make-metaschema-sandbox.xpl
+1 −1 toolchains/xslt-M4/make-metaschema-xml-to-supermodel-xslt.xpl
+44 −192 toolchains/xslt-M4/schema-gen/make-json-schema-metamap.xsl
+2 −2 toolchains/xslt-M4/testing/test-xml-conversions.xpl
+11 −0 toolchains/xslt-M4/validate/xproc-check.sch
+26 −6 website/content/_index.md
+2 −0 website/content/contribute/contact.md
+13 −443 website/content/specification/syntax/_index.md
+705 −0 website/content/specification/syntax/datatypes.md
+1 −1 website/themes/uswds

0 comments on commit 20fb9b6

Please sign in to comment.