generated from ergebnis/php-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Exist json schema:
{
"type": "object",
"properties": {
"number_streams": {
"if": {
"type": "integer",
"maximum": 100
},
"else": {
"type": "string",
"enum": ["auto"]
}
}
},
"required": ["number_streams"],
"additionalProperties": false
}input json:
{"number_streams": "error_string"}OR
{"number_streams": 2323}IsValid = true =)
errors = []
Json schema validate online - https://www.jsonschemavalidator.net/s/f4xuQvGC = is ok
Reactions are currently unavailable