{ "title": "Names", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "placeholder": { "type": "string" } }, "required": ["placeholder"] }