We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcc565 commit d1d2701Copy full SHA for d1d2701
services/webservice/schemas/webservice_schema.yaml
@@ -7,4 +7,4 @@ mapping:
7
mapping:
8
debug: {type: bool, nullable: false}
9
listen: {type: str, pattern: '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}', nullable: false}
10
- port: {type: int, range: {min: 80, max: 65535}, nullable: false}
+ port: {type: int, nullable: false, func: unique_port}
0 commit comments