{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OwnerResponse", "type": "object", "required": [ "owner" ], "properties": { "owner": { "$ref": "#/definitions/HumanAddr" } }, "definitions": { "HumanAddr": { "type": "string" } } }