mirror of https://github.com/status-im/consul.git
13 lines
225 B
JSON
13 lines
225 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"name": { "type": "string", "$ref": "#/definitions/min-length-one" }
|
||
|
},
|
||
|
"required": ["name"],
|
||
|
"definitions": {
|
||
|
"min-length-one": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
}
|
||
|
}
|
||
|
}
|