Move the additionalProperties JSON Schema property into the parent node type definition.
The current node additionalProperties is located in the properties object with an unsupported JSON Scheme type definition. This patch should fix #55 as well as many JSON Schema validation engines.
Move the additionalProperties JSON Schema property into the parent node type definition.
The current node additionalProperties is located in the properties object with an unsupported JSON Scheme type definition. This patch should fix #55 as well as many JSON Schema validation engines.