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",
"minimum": 0
},
"scheme": {
"description": "RFC Protocol",
"example": "HTTPS or $scheme",
"type": "string",
"minLength": 4
},
"enabled": {
"description": "Is Enabled",
"example": true,