File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1616 "type" : " null"
1717 },
1818 {
19+ "type" : " array" ,
1920 "type" : " array" ,
2021 "minItems" : 1 ,
2122 "items" : {
8687 "type" : " string" ,
8788 "pattern" : " ^[^&| @!#%^();:/\\\\ }{=+?<>,~`'\" ]+$"
8889 },
89- "example" : [" example.com" , " www.example.com" ]
90+ "example" : [
91+ " example.com" ,
92+ " www.example.com"
93+ ]
9094 },
9195 "enabled" : {
9296 "description" : " Is Enabled" ,
136140 },
137141 "directive" : {
138142 "type" : " string" ,
139- "enum" : [" allow" , " deny" ],
143+ "enum" : [
144+ " allow" ,
145+ " deny"
146+ ],
140147 "example" : " allow"
141148 },
142149 "address" : {
214221 "schema" : {
215222 "type" : " object" ,
216223 "additionalProperties" : false ,
217- "required" : [" certificate" , " certificate_key" ],
224+ "required" : [
225+ " certificate" ,
226+ " certificate_key"
227+ ],
218228 "properties" : {
219229 "certificate" : {
220230 "type" : " string" ,
231+ "format" : " binary" ,
221232 "example" : " -----BEGIN CERTIFICATE-----\n MIID...-----END CERTIFICATE-----"
222233 },
223234 "certificate_key" : {
224235 "type" : " string" ,
236+ "format" : " binary" ,
225237 "example" : " -----BEGIN CERTIFICATE-----\n MIID...-----END CERTIFICATE-----"
226238 },
227239 "intermediate_certificate" : {
228240 "type" : " string" ,
241+ "format" : " binary" ,
229242 "example" : " -----BEGIN CERTIFICATE-----\n MIID...-----END CERTIFICATE-----"
230243 }
231244 }
You can’t perform that action at this time.
0 commit comments