Reorganize JSON schemas Update fixtures Update service validation function Signed-off-by: Joffrey F <joffrey@docker.com>
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
|
|
"type": "object",
|
|
"id": "fields_schema_v1.json",
|
|
|
|
"patternProperties": {
|
|
"^[a-zA-Z0-9._-]+$": {
|
|
"$ref": "service_schema_v1.json#/definitions/service"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|