{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/hub/UsernameProofsResponse", "title": "Hub UsernameProofsResponse", "description": "Neynar Hub API schema for UsernameProofsResponse", "type": "object", "properties": { "proofs": { "type": "array", "items": { "$ref": "#/components/schemas/UserNameProof" } } }, "required": [ "proofs" ] }