Ver Fonte

Added scheme to definitions

baruffaldi há 4 anos atrás
pai
commit
e35138ebed
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      backend/schema/definitions.json

+ 6 - 0
backend/schema/definitions.json

@@ -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,