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

Basic impl for additionalProperties

parent 8b1cbfb2
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.
......@@ -52,6 +52,14 @@
"maxProperties": 2
},
"valid": true
},
{
"description": "should handle additionalProperties",
"schema": {
"type": "object",
"additionalProperties": { "type": "string" }
},
"valid": true
}
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment