10 lines
122 B
JSON
10 lines
122 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": ["type"],
|
||
|
"properties": {
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"enum": ["fail"]
|
||
|
}
|
||
|
}
|
||
|
}
|