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

Object testing

parent 2d6681d2
No related branches found
No related tags found
No related merge requests found
[
{
"description": "generated object values",
"tests": [
{
"description": "should skip some non-required properties",
"schema": {
"type": "object",
"properties": {
"one": { "type": "string" },
"two": { "type": "string" },
"three": { "type": "string" }
},
"required": ["one", "three"]
},
"valid": true
}
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment