Skip to content

Instantly share code, notes, and snippets.

@itsmeadarsh2008
Last active June 18, 2024 11:22
Show Gist options
  • Save itsmeadarsh2008/0ce5e3420f66de576e4259e937c13583 to your computer and use it in GitHub Desktop.
Save itsmeadarsh2008/0ce5e3420f66de576e4259e937c13583 to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_]+$": {
"type": "object",
"properties": {
"_ask": { "type": "string" },
"value": {},
"_description": { "type": "string" }
},
"required": ["_ask", "value", "_description"],
"additionalProperties": false
}
},
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment