mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"name": { "type": "string", "$ref": "#/definitions/min-length-one" }
|
|
},
|
|
"required": ["name"],
|
|
"definitions": {
|
|
"min-length-one": {
|
|
"type": "string",
|
|
"minLength": 1
|
|
}
|
|
}
|
|
} |