4a1eb8b1b9
Change-Id: I27e621df073c51804ca230b4b328bb66c0790676
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"id": "/schemas/domains",
|
|
|
|
"$schema": "http://json-schema.org/draft-03/hyper-schema",
|
|
|
|
"title": "domains",
|
|
"description": "Domains",
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
"domains": {
|
|
"type": "array",
|
|
"description": "Domains",
|
|
"items": {"$ref": "/schemas/domain"}
|
|
}
|
|
}
|
|
}
|