mirror of
https://github.com/go-task/task.git
synced 2025-12-26 00:31:38 +02:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"title": "Taskrc YAML Schema",
|
|
"description": "Schema for .taskrc files.",
|
|
"type": "object",
|
|
"properties": {
|
|
"experiments": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|