Added base files
This commit is contained in:
25
schemas/base.json
Normal file
25
schemas/base.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"base": {
|
||||
"title": "Base url from which to base current cuddle plan on",
|
||||
"description": "Base url from which to construct current cuddle plan, is recursive",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"title": "The url of the parameter"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"title": "Whether it is enabled or not",
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"base"
|
||||
],
|
||||
"type": "object",
|
||||
"title": "Cuddle base schema"
|
||||
}
|
Reference in New Issue
Block a user