Created
July 14, 2017 22:52
-
-
Save thomasmichaelwallace/899f0538096c1b17d5e18f7f89820972 to your computer and use it in GitHub Desktop.
Continuing a hello world in ajv.
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
const schema = { | |
type: 'object', | |
additionalProperties: false, | |
required: ['hello'], | |
items: { hello: { type: 'string' } } | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment