{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Describes bar", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" } } }