Compare commits

..

1 Commits

2 changed files with 6 additions and 12 deletions

View File

@ -30,16 +30,13 @@
"required": ["certificate", "certificate_key"], "required": ["certificate", "certificate_key"],
"properties": { "properties": {
"certificate": { "certificate": {
"type": "string", "type": "string"
"format": "binary"
}, },
"certificate_key": { "certificate_key": {
"type": "string", "type": "string"
"format": "binary"
}, },
"intermediate_certificate": { "intermediate_certificate": {
"type": "string", "type": "string"
"format": "binary"
} }
} }
} }

View File

@ -18,16 +18,13 @@
"required": ["certificate", "certificate_key"], "required": ["certificate", "certificate_key"],
"properties": { "properties": {
"certificate": { "certificate": {
"type": "string", "type": "string"
"format": "binary"
}, },
"certificate_key": { "certificate_key": {
"type": "string", "type": "string"
"format": "binary"
}, },
"intermediate_certificate": { "intermediate_certificate": {
"type": "string", "type": "string"
"format": "binary"
} }
} }
} }