Allow strings for skip value comparisons (#9635)

This commit is contained in:
Tony Murray 2019-01-09 22:20:05 -06:00 committed by GitHub
parent a97ccda0b9
commit 5620d1bd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@
"$ref": "#/definitions/comparison"
},
"value": {
"type": "integer"
"type": ["integer", "string"]
}
},
"additionalProperties": false,
@ -177,7 +177,7 @@
"$ref": "#/definitions/comparison"
},
"value": {
"type": "integer"
"type": ["integer", "string"]
}
},
"required": [
@ -318,7 +318,7 @@
"$ref": "#/definitions/comparison"
},
"value": {
"type": "integer"
"type": ["integer", "string"]
}
},
"additionalProperties": false,