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

Fixed impl for additionalProperties

parent d90f967b
Branches
Tags
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -57,6 +57,8 @@
"description": "should handle additionalProperties",
"schema": {
"type": "object",
"minProperties": 20,
"maxProperties": 30,
"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