debian-mirror-gitlab/spec/fixtures/api/schemas/internal/serverless/virtual_domain.json
2020-04-08 14:13:33 +05:30

14 lines
324 B
JSON

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