{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "status": { "type": "string" }, "domain": { "type": "string" }, "url": { "type": "string" } } }