{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerificationHolder", "title": "VerificationHolder", "type": "object", "properties": { "ownership": { "type": "string", "description": "Indicates the ownership of the account", "readOnly": true }, "name": { "$ref": "#/components/schemas/Name" } } }