Added scheme to definitions

This commit is contained in:
baruffaldi 2021-02-10 10:42:34 +01:00
parent 8ba6c4f7e7
commit e35138ebed

View File

@ -185,6 +185,12 @@
"type": "integer", "type": "integer",
"minimum": 0 "minimum": 0
}, },
"scheme": {
"description": "RFC Protocol",
"example": "HTTPS or $scheme",
"type": "string",
"minLength": 4
},
"enabled": { "enabled": {
"description": "Is Enabled", "description": "Is Enabled",
"example": true, "example": true,