debian-mirror-gitlab/spec/fixtures/api/schemas/internal/pages/virtual_domain.json
2019-12-04 20:38:33 +05:30

16 lines
344 B
JSON

{
"type": "object",
"required": [
"lookup_paths"
],
"optional": [
"certificate",
"key"
],
"properties": {
"certificate": { "type": ["string", "null"] },
"key": { "type": ["string", "null"] },
"lookup_paths": { "type": "array", "items": { "$ref": "lookup_path.json" } }
},
"additionalProperties": false
}