Skip to content

Commit e35138e

Browse files
committedFeb 10, 2021
Added scheme to definitions
1 parent 8ba6c4f commit e35138e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎backend/schema/definitions.json

+6
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@
185185
"type": "integer",
186186
"minimum": 0
187187
},
188+
"scheme": {
189+
"description": "RFC Protocol",
190+
"example": "HTTPS or $scheme",
191+
"type": "string",
192+
"minLength": 4
193+
},
188194
"enabled": {
189195
"description": "Is Enabled",
190196
"example": true,

0 commit comments

Comments
 (0)