Created
October 17, 2022 00:43
-
-
Save aj-stein-nist/1b9a14c074980128b9bcb26dc8e070df to your computer and use it in GitHub Desktop.
usnistgov/metaschema#240 data example against the JSON Schema.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"example": "allowed1" | |
}, | |
{ | |
"example": "custom2" | |
}, | |
{ | |
"example": "non-default" | |
}, | |
{ | |
"example": 100 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment