Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Test Questions Configuration",
"description": "Schema for Config/testquestions.json used by TestConfigService",
"type": "object",
"required": [ "tests" ],
"additionalProperties": false,
"properties": {
"tests": {
"type": "array",