{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/UtxoCredential.json", "title": "UtxoCredential", "type": "object", "properties": { "signature": { "type": "string", "description": "Signature provided to consume the output.", "examples": [ "bWWoZUu0Z3STjuk/+2az7M4vP0oqc9NtiA7kOdqINCIE/2+5va5R1KNCWwEX5jE1xVHLvAxU2LHTN5gK8m84HwA" ] }, "publicKey": { "type": "string", "description": "Public key associated with the signature.", "examples": [ "AdMQOtubgBFFJu++0faHPIIA6KmdZ2ERErMRGzyy6juI" ] } } }