{
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"Sample": {
			"type": "string",
			"default": "sample"
		},
		"Nested": {
			"type": "object",
			"default": {
				"foo": "bar"
			}
		},
		"TEST": {
			"type": "object",
			"properties": {
				"NESTED": {
					"type": "object",
					"properties": {
						"DOT_ENV_VALUE": {
							"type": "boolean",
							"default": false
						}
					}
				}
			}
		}
	}
}
