Skip to content
Snippets Groups Projects
Commit f8f33f78 authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

Remove validation; jsf is not responsible for

parent 8079b8d2
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -61,46 +61,6 @@
"hasNot": ".",
"type": "number",
"valid": true
},
{
"description": "should validate numeric minimum",
"schema": {
"type": "object",
"properties": {
"test": {
"type": "integer",
"minimum": []
}
}
},
"throws": "value .+? is not-a-number in \\/properties\\/test"
},
{
"description": "should validate numeric maximum",
"schema": {
"type": "object",
"properties": {
"test": {
"type": "integer",
"maximum": []
}
}
},
"throws": "value .+? is not-a-number in \\/properties\\/test"
},
{
"description": "should validate between ranges",
"schema": {
"type": "object",
"properties": {
"test": {
"type": "integer",
"minimum": 100,
"maximum": 50
}
}
},
"throws": "invalid range between: 100, 50 in \\/properties\\/test"
}
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment