15 lines
No EOL
395 B
JSON
15 lines
No EOL
395 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "import-v1.json",
|
|
"type": "object",
|
|
"properties": {
|
|
"from-file": {
|
|
"type": "string",
|
|
"description": "The path to another file containing module configuration to import here.\nhttps://blue-build.org/how-to/multiple-files/"
|
|
}
|
|
},
|
|
"required": [
|
|
"from-file"
|
|
],
|
|
"additionalProperties": false
|
|
} |