PeterJsonUser
Results
1
issues of
PeterJsonUser
This schema: ` { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Container", "properties": { "Animal": { "oneOf": [ { "$ref": "#/definitions/Dog" }, { "$ref": "#/definitions/Cat" } ] } }, "definitions": { "Dog":{...
C#