8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"allOf": [
|
|
{
|
|
"$ref": "../shared/schemas/countdown.json"
|
|
}
|
|
]
|
|
} |