{"openapi":"3.1.0","info":{"title":"SuperGuild Programmatic Interface","version":"1.0.0"},"servers":[{"url":"/"}],"paths":{"/api/v1/capabilities/protocol.info":{"get":{"operationId":"describe.protocol.info","summary":"Describe protocol.info","tags":["protocol"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"protocol.info","summary":"Execute protocol.info","tags":["protocol"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"interfaceVersion":{"type":"string","const":"v1"},"capabilityVersion":{"type":"string","minLength":1},"identity":{"type":"string","const":"wallet"},"callerClassification":{"type":"string","const":"neutral"},"signing":{"type":"string","const":"caller-controlled"},"network":{"type":"object","properties":{"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"name":{"type":"string","minLength":1},"testnet":{"type":"boolean"},"explorerUrl":{"type":"string","format":"uri"}},"required":["chainId","name","testnet","explorerUrl"],"additionalProperties":false},"paymentModes":{"type":"object","properties":{"directPay":{"type":"string","const":"available"},"guildEscrow":{"type":"string","const":"disabled"}},"required":["directPay","guildEscrow"],"additionalProperties":false},"pagination":{"type":"object","properties":{"defaultLimit":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"maximumLimit":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["defaultLimit","maximumLimit"],"additionalProperties":false}},"required":["interfaceVersion","capabilityVersion","identity","callerClassification","signing","network","paymentModes","pagination"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"interfaceVersion":{"type":"string","const":"v1"},"capabilityVersion":{"type":"string","minLength":1},"identity":{"type":"string","const":"wallet"},"callerClassification":{"type":"string","const":"neutral"},"signing":{"type":"string","const":"caller-controlled"},"network":{"type":"object","properties":{"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"name":{"type":"string","minLength":1},"testnet":{"type":"boolean"},"explorerUrl":{"type":"string","format":"uri"}},"required":["chainId","name","testnet","explorerUrl"],"additionalProperties":false},"paymentModes":{"type":"object","properties":{"directPay":{"type":"string","const":"available"},"guildEscrow":{"type":"string","const":"disabled"}},"required":["directPay","guildEscrow"],"additionalProperties":false},"pagination":{"type":"object","properties":{"defaultLimit":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"maximumLimit":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["defaultLimit","maximumLimit"],"additionalProperties":false}},"required":["interfaceVersion","capabilityVersion","identity","callerClassification","signing","network","paymentModes","pagination"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}},"/api/v1/capabilities/auth.challenge.create":{"get":{"operationId":"describe.auth.challenge.create","summary":"Describe auth.challenge.create","tags":["auth"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"auth.challenge.create","summary":"Execute auth.challenge.create","tags":["auth"],"security":[],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"scopes":{"minItems":1,"maxItems":31,"type":"array","items":{"type":"string","maxLength":120,"pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"}}},"required":["walletAddress","scopes"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"scopes":{"minItems":1,"maxItems":32,"type":"array","items":{"type":"string","maxLength":120,"pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"}},"message":{"type":"string","minLength":1,"maxLength":4096},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["challengeId","walletAddress","scopes","message","expiresAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"scopes":{"minItems":1,"maxItems":32,"type":"array","items":{"type":"string","maxLength":120,"pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"}},"message":{"type":"string","minLength":1,"maxLength":4096},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["challengeId","walletAddress","scopes","message","expiresAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"authentication","contentTrust":"protocol"}}},"/api/v1/capabilities/auth.session.create":{"get":{"operationId":"describe.auth.session.create","summary":"Describe auth.session.create","tags":["auth"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"auth.session.create","summary":"Execute auth.session.create","tags":["auth"],"security":[],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string","maxLength":16386,"pattern":"^0x[0-9a-f]+$"}},"required":["walletAddress","challengeId","signature"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1,"maxLength":8192},"sessionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"scopes":{"minItems":1,"maxItems":32,"type":"array","items":{"type":"string","maxLength":120,"pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"}},"expiresAt":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["token","sessionId","walletAddress","scopes","expiresAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1,"maxLength":8192},"sessionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"scopes":{"minItems":1,"maxItems":32,"type":"array","items":{"type":"string","maxLength":120,"pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"}},"expiresAt":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["token","sessionId","walletAddress","scopes","expiresAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"authentication","contentTrust":"protocol"}}},"/api/v1/capabilities/auth.session.revoke":{"get":{"operationId":"describe.auth.session.revoke","summary":"Describe auth.session.revoke","tags":["auth"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"auth.session.revoke","summary":"Execute auth.session.revoke","tags":["auth"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"revoked":{"type":"boolean","const":true}},"required":["revoked"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"revoked":{"type":"boolean","const":true}},"required":["revoked"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"authentication","contentTrust":"protocol"}}},"/api/v1/capabilities/member.get":{"get":{"operationId":"describe.member.get","summary":"Describe member.get","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.get","summary":"Execute member.get","tags":["member"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"}},"required":["walletAddress"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"profileCompleted":{"type":"boolean"},"vcp":{"type":"string","pattern":"^\\d+$"},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"createdAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["walletAddress","username","bio","portfolio","profileCompleted","vcp","avatarUrl","createdAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"profileCompleted":{"type":"boolean"},"vcp":{"type":"string","pattern":"^\\d+$"},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"createdAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["walletAddress","username","bio","portfolio","profileCompleted","vcp","avatarUrl","createdAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/member.ensure":{"get":{"operationId":"describe.member.ensure","summary":"Describe member.ensure","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.ensure","summary":"Execute member.ensure","tags":["member"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"profileCompleted":{"type":"boolean"},"vcp":{"type":"string","pattern":"^\\d+$"},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"createdAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["walletAddress","username","bio","portfolio","profileCompleted","vcp","avatarUrl","createdAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"profileCompleted":{"type":"boolean"},"vcp":{"type":"string","pattern":"^\\d+$"},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"createdAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["walletAddress","username","bio","portfolio","profileCompleted","vcp","avatarUrl","createdAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/member.update":{"get":{"operationId":"describe.member.update","summary":"Describe member.update","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.update","summary":"Execute member.update","tags":["member"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"username":{"type":"string","minLength":1,"maxLength":50},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"contactEmail":{"anyOf":[{"type":"string","minLength":1,"maxLength":320},{"type":"null"}]},"contactTelegram":{"anyOf":[{"type":"string","minLength":1,"maxLength":128},{"type":"null"}]}},"required":["username"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"profileCompleted":{"type":"boolean"},"vcp":{"type":"string","pattern":"^\\d+$"},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"createdAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["walletAddress","username","bio","portfolio","profileCompleted","vcp","avatarUrl","createdAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"profileCompleted":{"type":"boolean"},"vcp":{"type":"string","pattern":"^\\d+$"},"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"createdAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["walletAddress","username","bio","portfolio","profileCompleted","vcp","avatarUrl","createdAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/member.contact.get":{"get":{"operationId":"describe.member.contact.get","summary":"Describe member.contact.get","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.contact.get","summary":"Execute member.contact.get","tags":["member"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["walletAddress"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contactEmail":{"anyOf":[{"type":"string","maxLength":320},{"type":"null"}]},"contactTelegram":{"anyOf":[{"type":"string","maxLength":128},{"type":"null"}]}},"required":["walletAddress","contactEmail","contactTelegram"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contactEmail":{"anyOf":[{"type":"string","maxLength":320},{"type":"null"}]},"contactTelegram":{"anyOf":[{"type":"string","maxLength":128},{"type":"null"}]}},"required":["walletAddress","contactEmail","contactTelegram"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/collaboration.private.get":{"get":{"operationId":"describe.collaboration.private.get","summary":"Describe collaboration.private.get","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.private.get","summary":"Execute collaboration.private.get","tags":["collaboration"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"secretContent":{"anyOf":[{"type":"string","maxLength":50000},{"type":"null"}]}},"required":["collaborationId","secretContent"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"secretContent":{"anyOf":[{"type":"string","maxLength":50000},{"type":"null"}]}},"required":["collaborationId","secretContent"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/reputation.get":{"get":{"operationId":"describe.reputation.get","summary":"Describe reputation.get","tags":["reputation"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"reputation.get","summary":"Execute reputation.get","tags":["reputation"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"}},"required":["walletAddress"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"vcp":{"type":"string","pattern":"^\\d+$"}},"required":["walletAddress","vcp"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"vcp":{"type":"string","pattern":"^\\d+$"}},"required":["walletAddress","vcp"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}},"/api/v1/capabilities/reputation.leaderboard":{"get":{"operationId":"describe.reputation.leaderboard","summary":"Describe reputation.leaderboard","tags":["reputation"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"reputation.leaderboard","summary":"Execute reputation.leaderboard","tags":["reputation"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512}},"required":["limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"vcp":{"type":"string","pattern":"^\\d+$"}},"required":["walletAddress","username","vcp"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"username":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"vcp":{"type":"string","pattern":"^\\d+$"}},"required":["walletAddress","username","vcp"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}},"/api/v1/capabilities/collaboration.list":{"get":{"operationId":"describe.collaboration.list","summary":"Describe collaboration.list","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.list","summary":"Execute collaboration.list","tags":["collaboration"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"category":{"type":"string","minLength":1,"maxLength":100},"tag":{"type":"string","minLength":1,"maxLength":50}},"required":["limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"publisherAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"workerAddress":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]},"referenceLinks":{"maxItems":20,"type":"array","items":{"type":"object","properties":{"label":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["label","url"],"additionalProperties":false}},"deadline":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"deliveryStandard":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"totalBudget":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"rewardToken":{"type":"string","minLength":1,"maxLength":32},"grade":{"type":"string","minLength":1,"maxLength":32},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"paymentMode":{"type":"string","enum":["self_managed","guild_managed"]},"category":{"type":"string","maxLength":100},"tags":{"maxItems":20,"type":"array","items":{"type":"string","maxLength":50}},"broadcast":{"type":"object","properties":{"slotBudget":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"maximumWorkers":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"workersAccepted":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["slotBudget","maximumWorkers","workersAccepted"],"additionalProperties":false},"parentCollaborationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"application.apply"}}},"required":["id","publisherAddress","workerAddress","title","description","referenceLinks","deadline","deliveryStandard","totalBudget","rewardToken","grade","status","paymentMode","category","tags","broadcast","parentCollaborationId","createdAt","updatedAt","allowedActions"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"publisherAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"workerAddress":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]},"referenceLinks":{"maxItems":20,"type":"array","items":{"type":"object","properties":{"label":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["label","url"],"additionalProperties":false}},"deadline":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"deliveryStandard":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"totalBudget":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"rewardToken":{"type":"string","minLength":1,"maxLength":32},"grade":{"type":"string","minLength":1,"maxLength":32},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"paymentMode":{"type":"string","enum":["self_managed","guild_managed"]},"category":{"type":"string","maxLength":100},"tags":{"maxItems":20,"type":"array","items":{"type":"string","maxLength":50}},"broadcast":{"type":"object","properties":{"slotBudget":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"maximumWorkers":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"workersAccepted":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["slotBudget","maximumWorkers","workersAccepted"],"additionalProperties":false},"parentCollaborationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"application.apply"}}},"required":["id","publisherAddress","workerAddress","title","description","referenceLinks","deadline","deliveryStandard","totalBudget","rewardToken","grade","status","paymentMode","category","tags","broadcast","parentCollaborationId","createdAt","updatedAt","allowedActions"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/collaboration.get":{"get":{"operationId":"describe.collaboration.get","summary":"Describe collaboration.get","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.get","summary":"Execute collaboration.get","tags":["collaboration"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"publisherAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"workerAddress":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]},"referenceLinks":{"maxItems":20,"type":"array","items":{"type":"object","properties":{"label":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["label","url"],"additionalProperties":false}},"deadline":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"deliveryStandard":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"totalBudget":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"rewardToken":{"type":"string","minLength":1,"maxLength":32},"grade":{"type":"string","minLength":1,"maxLength":32},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"paymentMode":{"type":"string","enum":["self_managed","guild_managed"]},"category":{"type":"string","maxLength":100},"tags":{"maxItems":20,"type":"array","items":{"type":"string","maxLength":50}},"broadcast":{"type":"object","properties":{"slotBudget":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"maximumWorkers":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"workersAccepted":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["slotBudget","maximumWorkers","workersAccepted"],"additionalProperties":false},"parentCollaborationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"application.apply"}},"milestones":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"sortOrder":{"type":"integer","minimum":0,"maximum":9007199254740991},"amountPercentage":{"type":"number","minimum":0,"maximum":100},"status":{"type":"string","enum":["INCOMPLETE","SUBMITTED","CONFIRMED"]}},"required":["id","title","sortOrder","amountPercentage","status"],"additionalProperties":false}}},"required":["id","publisherAddress","workerAddress","title","description","referenceLinks","deadline","deliveryStandard","totalBudget","rewardToken","grade","status","paymentMode","category","tags","broadcast","parentCollaborationId","createdAt","updatedAt","allowedActions","milestones"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"publisherAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"workerAddress":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]},"referenceLinks":{"maxItems":20,"type":"array","items":{"type":"object","properties":{"label":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["label","url"],"additionalProperties":false}},"deadline":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"deliveryStandard":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"totalBudget":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"rewardToken":{"type":"string","minLength":1,"maxLength":32},"grade":{"type":"string","minLength":1,"maxLength":32},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"paymentMode":{"type":"string","enum":["self_managed","guild_managed"]},"category":{"type":"string","maxLength":100},"tags":{"maxItems":20,"type":"array","items":{"type":"string","maxLength":50}},"broadcast":{"type":"object","properties":{"slotBudget":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"maximumWorkers":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"workersAccepted":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["slotBudget","maximumWorkers","workersAccepted"],"additionalProperties":false},"parentCollaborationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"application.apply"}},"milestones":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"sortOrder":{"type":"integer","minimum":0,"maximum":9007199254740991},"amountPercentage":{"type":"number","minimum":0,"maximum":100},"status":{"type":"string","enum":["INCOMPLETE","SUBMITTED","CONFIRMED"]}},"required":["id","title","sortOrder","amountPercentage","status"],"additionalProperties":false}}},"required":["id","publisherAddress","workerAddress","title","description","referenceLinks","deadline","deliveryStandard","totalBudget","rewardToken","grade","status","paymentMode","category","tags","broadcast","parentCollaborationId","createdAt","updatedAt","allowedActions","milestones"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/service.list":{"get":{"operationId":"describe.service.list","summary":"Describe service.list","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.list","summary":"Execute service.list","tags":["service"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"type":"string","minLength":1,"maxLength":100}},"required":["limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"type":"string","maxLength":100},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"price":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"priceUsdc":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"currency":{"type":"string","minLength":1,"maxLength":16},"icon":{"type":"string","minLength":1,"maxLength":100},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"unlockType":{"type":"string","enum":["CATEGORY","ITEM"]},"scenario":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]},"itemsList":{"maxItems":100,"type":"array","items":{"type":"string","maxLength":500}},"expert":{"type":"object","properties":{"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"tags":{"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"title":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"services":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"resume":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]}},"required":["avatarUrl","tags","name","title","services","resume"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"service.purchase.prepare"}}},"required":["id","channel","category","title","description","price","priceUsdc","currency","icon","sortOrder","parentId","unlockType","scenario","itemsList","expert","createdAt","allowedActions"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"type":"string","maxLength":100},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"price":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"priceUsdc":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"currency":{"type":"string","minLength":1,"maxLength":16},"icon":{"type":"string","minLength":1,"maxLength":100},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"unlockType":{"type":"string","enum":["CATEGORY","ITEM"]},"scenario":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]},"itemsList":{"maxItems":100,"type":"array","items":{"type":"string","maxLength":500}},"expert":{"type":"object","properties":{"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"tags":{"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"title":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"services":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"resume":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]}},"required":["avatarUrl","tags","name","title","services","resume"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"service.purchase.prepare"}}},"required":["id","channel","category","title","description","price","priceUsdc","currency","icon","sortOrder","parentId","unlockType","scenario","itemsList","expert","createdAt","allowedActions"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/service.get":{"get":{"operationId":"describe.service.get","summary":"Describe service.get","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.get","summary":"Execute service.get","tags":["service"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["serviceId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"type":"string","maxLength":100},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"price":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"priceUsdc":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"currency":{"type":"string","minLength":1,"maxLength":16},"icon":{"type":"string","minLength":1,"maxLength":100},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"unlockType":{"type":"string","enum":["CATEGORY","ITEM"]},"scenario":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]},"itemsList":{"maxItems":100,"type":"array","items":{"type":"string","maxLength":500}},"expert":{"type":"object","properties":{"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"tags":{"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"title":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"services":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"resume":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]}},"required":["avatarUrl","tags","name","title","services","resume"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"service.purchase.prepare"}}},"required":["id","channel","category","title","description","price","priceUsdc","currency","icon","sortOrder","parentId","unlockType","scenario","itemsList","expert","createdAt","allowedActions"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"type":"string","maxLength":100},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"price":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"priceUsdc":{"anyOf":[{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},{"type":"null"}]},"currency":{"type":"string","minLength":1,"maxLength":16},"icon":{"type":"string","minLength":1,"maxLength":100},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"unlockType":{"type":"string","enum":["CATEGORY","ITEM"]},"scenario":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]},"itemsList":{"maxItems":100,"type":"array","items":{"type":"string","maxLength":500}},"expert":{"type":"object","properties":{"avatarUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"tags":{"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"title":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"services":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"resume":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]}},"required":["avatarUrl","tags","name","title","services","resume"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"allowedActions":{"type":"array","items":{"type":"string","const":"service.purchase.prepare"}}},"required":["id","channel","category","title","description","price","priceUsdc","currency","icon","sortOrder","parentId","unlockType","scenario","itemsList","expert","createdAt","allowedActions"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/bulletin.list":{"get":{"operationId":"describe.bulletin.list","summary":"Describe bulletin.list","tags":["bulletin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"bulletin.list","summary":"Execute bulletin.list","tags":["bulletin"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512},"category":{"type":"string","minLength":1,"maxLength":50},"excludePioneer":{"default":false,"type":"boolean"}},"required":["limit","excludePioneer"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":500},"content":{"type":"string","maxLength":50000},"category":{"type":"string","minLength":1,"maxLength":50},"isPinned":{"type":"boolean"},"author":{"type":"string","minLength":1,"maxLength":200},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"attachments":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileName":{"type":"string","minLength":1,"maxLength":500},"fileUrl":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"fileSize":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"mimeType":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}},"required":["id","fileName","fileUrl","fileSize","mimeType"],"additionalProperties":false}}},"required":["id","title","content","category","isPinned","author","createdAt","updatedAt","attachments"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":500},"content":{"type":"string","maxLength":50000},"category":{"type":"string","minLength":1,"maxLength":50},"isPinned":{"type":"boolean"},"author":{"type":"string","minLength":1,"maxLength":200},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"attachments":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileName":{"type":"string","minLength":1,"maxLength":500},"fileUrl":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"fileSize":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"mimeType":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}},"required":["id","fileName","fileUrl","fileSize","mimeType"],"additionalProperties":false}}},"required":["id","title","content","category","isPinned","author","createdAt","updatedAt","attachments"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/public_document.list":{"get":{"operationId":"describe.public_document.list","summary":"Describe public_document.list","tags":["public_document"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"public_document.list","summary":"Execute public_document.list","tags":["public_document"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512}},"required":["limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":500},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","name","url","sortOrder","createdAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":500},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","name","url","sortOrder","createdAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}},"/api/v1/capabilities/notification.list":{"get":{"operationId":"describe.notification.list","summary":"Describe notification.list","tags":["notification"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"notification.list","summary":"Execute notification.list","tags":["notification"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512},"unreadOnly":{"default":false,"type":"boolean"}},"required":["limit","unreadOnly"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","minLength":1,"maxLength":100},"title":{"type":"string","minLength":1,"maxLength":500},"body":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"context":{"type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"commentId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicantAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"collaborationTitle":{"type":"string","maxLength":500}},"additionalProperties":false},"isRead":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","type","title","body","context","isRead","createdAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","minLength":1,"maxLength":100},"title":{"type":"string","minLength":1,"maxLength":500},"body":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"context":{"type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"commentId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicantAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"collaborationTitle":{"type":"string","maxLength":500}},"additionalProperties":false},"isRead":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","type","title","body","context","isRead","createdAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/notification.mark_read":{"get":{"operationId":"describe.notification.mark_read","summary":"Describe notification.mark_read","tags":["notification"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"notification.mark_read","summary":"Execute notification.mark_read","tags":["notification"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"notificationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["notificationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"markedRead":{"type":"boolean","const":true}},"required":["markedRead"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"markedRead":{"type":"boolean","const":true}},"required":["markedRead"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/notification.mark_all_read":{"get":{"operationId":"describe.notification.mark_all_read","summary":"Describe notification.mark_all_read","tags":["notification"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"notification.mark_all_read","summary":"Execute notification.mark_all_read","tags":["notification"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updatedCount":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["updatedCount"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updatedCount":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["updatedCount"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/notification.delete":{"get":{"operationId":"describe.notification.delete","summary":"Describe notification.delete","tags":["notification"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"notification.delete","summary":"Execute notification.delete","tags":["notification"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"notificationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["notificationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/member.privileges.get":{"get":{"operationId":"describe.member.privileges.get","summary":"Describe member.privileges.get","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.privileges.get","summary":"Execute member.privileges.get","tags":["member"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"}},"required":["walletAddress"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"contractAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"roles":{"minItems":5,"maxItems":5,"type":"array","items":{"type":"object","properties":{"key":{"type":"string","minLength":1,"maxLength":100},"tokenId":{"type":"string","pattern":"^\\d+$"},"name":{"type":"string","minLength":1,"maxLength":200},"privilege":{"type":"string","minLength":1,"maxLength":500},"balance":{"type":"string","pattern":"^\\d+$"},"owned":{"type":"boolean"}},"required":["key","tokenId","name","privilege","balance","owned"],"additionalProperties":false}},"cached":{"type":"boolean"},"stale":{"type":"boolean"}},"required":["walletAddress","chainId","contractAddress","roles","cached","stale"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"contractAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"roles":{"minItems":5,"maxItems":5,"type":"array","items":{"type":"object","properties":{"key":{"type":"string","minLength":1,"maxLength":100},"tokenId":{"type":"string","pattern":"^\\d+$"},"name":{"type":"string","minLength":1,"maxLength":200},"privilege":{"type":"string","minLength":1,"maxLength":500},"balance":{"type":"string","pattern":"^\\d+$"},"owned":{"type":"boolean"}},"required":["key","tokenId","name","privilege","balance","owned"],"additionalProperties":false}},"cached":{"type":"boolean"},"stale":{"type":"boolean"}},"required":["walletAddress","chainId","contractAddress","roles","cached","stale"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/protocol.health":{"get":{"operationId":"describe.protocol.health","summary":"Describe protocol.health","tags":["protocol"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"protocol.health","summary":"Execute protocol.health","tags":["protocol"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string","enum":["healthy","degraded"]},"database":{"type":"string","enum":["reachable","unreachable"]},"release":{"type":"object","properties":{"environment":{"type":"string","maxLength":100},"commit":{"type":"string","maxLength":200},"primaryChainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"buildProfileSha256":{"type":"string","maxLength":200},"profileSha256":{"type":"string","maxLength":200}},"required":["environment","commit","primaryChainId","buildProfileSha256","profileSha256"],"additionalProperties":false},"resolver":{"type":"object","properties":{"status":{"type":"string","enum":["healthy","degraded","missing","unknown"]},"fresh":{"type":"boolean"},"releaseCommit":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"releaseMatches":{"type":"boolean"},"chainMatches":{"type":"boolean"},"heartbeatAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"null"}]},"chainId":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]},"lagBlocks":{"anyOf":[{"type":"string","pattern":"^\\d+$"},{"type":"null"}]},"cycleDurationMs":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"issues":{"maxItems":100,"type":"array","items":{"type":"string","minLength":1,"maxLength":200}}},"required":["status","fresh","releaseCommit","releaseMatches","chainMatches","heartbeatAt","chainId","lagBlocks","cycleDurationMs","issues"],"additionalProperties":false}},"required":["status","database","release","resolver"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string","enum":["healthy","degraded"]},"database":{"type":"string","enum":["reachable","unreachable"]},"release":{"type":"object","properties":{"environment":{"type":"string","maxLength":100},"commit":{"type":"string","maxLength":200},"primaryChainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"buildProfileSha256":{"type":"string","maxLength":200},"profileSha256":{"type":"string","maxLength":200}},"required":["environment","commit","primaryChainId","buildProfileSha256","profileSha256"],"additionalProperties":false},"resolver":{"type":"object","properties":{"status":{"type":"string","enum":["healthy","degraded","missing","unknown"]},"fresh":{"type":"boolean"},"releaseCommit":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"releaseMatches":{"type":"boolean"},"chainMatches":{"type":"boolean"},"heartbeatAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"null"}]},"chainId":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]},"lagBlocks":{"anyOf":[{"type":"string","pattern":"^\\d+$"},{"type":"null"}]},"cycleDurationMs":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"issues":{"maxItems":100,"type":"array","items":{"type":"string","minLength":1,"maxLength":200}}},"required":["status","fresh","releaseCommit","releaseMatches","chainMatches","heartbeatAt","chainId","lagBlocks","cycleDurationMs","issues"],"additionalProperties":false}},"required":["status","database","release","resolver"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}},"/api/v1/capabilities/pioneer.status":{"get":{"operationId":"describe.pioneer.status","summary":"Describe pioneer.status","tags":["pioneer"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"pioneer.status","summary":"Execute pioneer.status","tags":["pioneer"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isPioneer":{"type":"boolean"},"code":{"anyOf":[{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"},{"type":"null"}]},"claimedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"txHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"rewardPending":{"type":"boolean"},"remainingSlots":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]}},"required":["isPioneer","code","claimedAt","txHash","rewardPending","remainingSlots"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isPioneer":{"type":"boolean"},"code":{"anyOf":[{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"},{"type":"null"}]},"claimedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"txHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"rewardPending":{"type":"boolean"},"remainingSlots":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]}},"required":["isPioneer","code","claimedAt","txHash","rewardPending","remainingSlots"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/pioneer_bulletin.status":{"get":{"operationId":"describe.pioneer_bulletin.status","summary":"Describe pioneer_bulletin.status","tags":["pioneer_bulletin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"pioneer_bulletin.status","summary":"Execute pioneer_bulletin.status","tags":["pioneer_bulletin"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"canPost":{"type":"boolean"},"daysRemaining":{"type":"integer","minimum":0,"maximum":9007199254740991},"lastPostAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"cooldownEndsAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["canPost","daysRemaining","lastPostAt","cooldownEndsAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"canPost":{"type":"boolean"},"daysRemaining":{"type":"integer","minimum":0,"maximum":9007199254740991},"lastPostAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"cooldownEndsAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["canPost","daysRemaining","lastPostAt","cooldownEndsAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"protocol"}}},"/api/v1/capabilities/pioneer_bulletin.publish":{"get":{"operationId":"describe.pioneer_bulletin.publish","summary":"Describe pioneer_bulletin.publish","tags":["pioneer_bulletin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"pioneer_bulletin.publish","summary":"Execute pioneer_bulletin.publish","tags":["pioneer_bulletin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"content":{"type":"string","minLength":1,"maxLength":10000},"timestamp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"signature":{"type":"string"},"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["title","content","timestamp","signature"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"bulletinId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"attachmentUrl":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]}},"required":["bulletinId","createdAt","attachmentUrl"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"bulletinId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"attachmentUrl":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]}},"required":["bulletinId","createdAt","attachmentUrl"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"pioneer-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/pioneer.claim":{"get":{"operationId":"describe.pioneer.claim","summary":"Describe pioneer.claim","tags":["pioneer"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"pioneer.claim","summary":"Execute pioneer.claim","tags":["pioneer"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"code":{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"}},"required":["code"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"success":{"type":"boolean"},"pending":{"type":"boolean"},"txHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]}},"required":["success","pending","txHash"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"success":{"type":"boolean"},"pending":{"type":"boolean"},"txHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]}},"required":["success","pending","txHash"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"claim-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/application.apply":{"get":{"operationId":"describe.application.apply","summary":"Describe application.apply","tags":["application"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"application.apply","summary":"Execute application.apply","tags":["application"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"message":{"type":"string","minLength":1,"maxLength":5000}},"required":["collaborationId","message"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","const":"PENDING"}},"required":["applicationId","status"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","const":"PENDING"}},"required":["applicationId","status"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/application.list_for_collaboration":{"get":{"operationId":"describe.application.list_for_collaboration","summary":"Describe application.list_for_collaboration","tags":["application"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"application.list_for_collaboration","summary":"Execute application.list_for_collaboration","tags":["application"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512}},"required":["collaborationId","limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicantAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"message":{"type":"string","maxLength":5000},"status":{"type":"string","enum":["PENDING","ACCEPTED","REJECTED"]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"applicant":{"anyOf":[{"type":"object","properties":{"username":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"vcp":{"type":"string","pattern":"^\\d+$"}},"required":["username","bio","portfolio","vcp"],"additionalProperties":false},{"type":"null"}]}},"required":["id","collaborationId","applicantAddress","message","status","createdAt","updatedAt","applicant"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicantAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"message":{"type":"string","maxLength":5000},"status":{"type":"string","enum":["PENDING","ACCEPTED","REJECTED"]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"applicant":{"anyOf":[{"type":"object","properties":{"username":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"bio":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"portfolio":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"vcp":{"type":"string","pattern":"^\\d+$"}},"required":["username","bio","portfolio","vcp"],"additionalProperties":false},{"type":"null"}]}},"required":["id","collaborationId","applicantAddress","message","status","createdAt","updatedAt","applicant"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/application.approve":{"get":{"operationId":"describe.application.approve","summary":"Describe application.approve","tags":["application"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"application.approve","summary":"Execute application.approve","tags":["application"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId","applicationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/application.reject":{"get":{"operationId":"describe.application.reject","summary":"Describe application.reject","tags":["application"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"application.reject","summary":"Execute application.reject","tags":["application"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId","applicationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rejected":{"type":"boolean","const":true}},"required":["rejected"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rejected":{"type":"boolean","const":true}},"required":["rejected"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/collaboration.abandon":{"get":{"operationId":"describe.collaboration.abandon","summary":"Describe collaboration.abandon","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.abandon","summary":"Execute collaboration.abandon","tags":["collaboration"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string","const":"OPEN"}},"required":["status"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string","const":"OPEN"}},"required":["status"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/collaboration.cancel":{"get":{"operationId":"describe.collaboration.cancel","summary":"Describe collaboration.cancel","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.cancel","summary":"Execute collaboration.cancel","tags":["collaboration"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string","const":"CANCELLED"}},"required":["status"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string","const":"CANCELLED"}},"required":["status"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/collaboration.delete_cancelled":{"get":{"operationId":"describe.collaboration.delete_cancelled","summary":"Describe collaboration.delete_cancelled","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.delete_cancelled","summary":"Execute collaboration.delete_cancelled","tags":["collaboration"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"protocol"}}},"/api/v1/capabilities/collaboration.create":{"get":{"operationId":"describe.collaboration.create","summary":"Describe collaboration.create","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.create","summary":"Execute collaboration.create","tags":["collaboration"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"referenceLinks":{"default":[],"maxItems":50,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":200},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["url"],"additionalProperties":false}},"deadline":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"deliveryStandard":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"rewardToken":{"default":"USDC","type":"string","const":"USDC"},"category":{"default":"other","type":"string","minLength":1,"maxLength":100},"tags":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"slotBudget":{"type":"number","exclusiveMinimum":0,"maximum":1000000000},"maximumWorkers":{"default":1,"type":"integer","minimum":1,"maximum":100},"secretContent":{"anyOf":[{"type":"string","maxLength":100000},{"type":"null"}]},"milestones":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"amountPercentage":{"type":"number","exclusiveMinimum":0,"maximum":100}},"required":["title","amountPercentage"],"additionalProperties":false}},"secretAttachments":{"default":[],"maxItems":50,"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":500},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},"size":{"type":"integer","minimum":0,"maximum":100000000}},"required":["name","url"],"additionalProperties":false}}},"required":["title","referenceLinks","rewardToken","category","tags","slotBudget","maximumWorkers","milestones","secretAttachments"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/collaboration.update":{"get":{"operationId":"describe.collaboration.update","summary":"Describe collaboration.update","tags":["collaboration"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"collaboration.update","summary":"Execute collaboration.update","tags":["collaboration"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"referenceLinks":{"default":[],"maxItems":50,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":200},"url":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["url"],"additionalProperties":false}},"deadline":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"deliveryStandard":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"rewardToken":{"default":"USDC","type":"string","const":"USDC"},"category":{"default":"other","type":"string","minLength":1,"maxLength":100},"tags":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"slotBudget":{"type":"number","exclusiveMinimum":0,"maximum":1000000000},"maximumWorkers":{"default":1,"type":"integer","minimum":1,"maximum":100},"secretContent":{"anyOf":[{"type":"string","maxLength":100000},{"type":"null"}]},"milestones":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"amountPercentage":{"type":"number","exclusiveMinimum":0,"maximum":100}},"required":["title","amountPercentage"],"additionalProperties":false}}},"required":["collaborationId","title","referenceLinks","rewardToken","category","tags","slotBudget","maximumWorkers","milestones"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"member-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/milestone.list":{"get":{"operationId":"describe.milestone.list","summary":"Describe milestone.list","tags":["milestone"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"milestone.list","summary":"Execute milestone.list","tags":["milestone"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"sortOrder":{"type":"integer","minimum":0,"maximum":9007199254740991},"amountPercentage":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"status":{"type":"string","enum":["INCOMPLETE","SUBMITTED","CONFIRMED"]}},"required":["id","title","sortOrder","amountPercentage","status"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"sortOrder":{"type":"integer","minimum":0,"maximum":9007199254740991},"amountPercentage":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"status":{"type":"string","enum":["INCOMPLETE","SUBMITTED","CONFIRMED"]}},"required":["id","title","sortOrder","amountPercentage","status"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}},"/api/v1/capabilities/milestone.confirm":{"get":{"operationId":"describe.milestone.confirm","summary":"Describe milestone.confirm","tags":["milestone"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"milestone.confirm","summary":"Execute milestone.confirm","tags":["milestone"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["milestoneId","transactionHash"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"paymentMode":{"type":"string","enum":["self_managed","guild_managed"]},"status":{"type":"string","const":"CONFIRMED"}},"required":["milestoneId","transactionHash","paymentMode","status"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"paymentMode":{"type":"string","enum":["self_managed","guild_managed"]},"status":{"type":"string","const":"CONFIRMED"}},"required":["milestoneId","transactionHash","paymentMode","status"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-write","contentTrust":"protocol"}}},"/api/v1/capabilities/directpay.confirm":{"get":{"operationId":"describe.directpay.confirm","summary":"Describe directpay.confirm","tags":["directpay"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"directpay.confirm","summary":"Execute directpay.confirm","tags":["directpay"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["milestoneId","transactionHash"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"status":{"type":"string","const":"CONFIRMED"}},"required":["milestoneId","transactionHash","status"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"status":{"type":"string","const":"CONFIRMED"}},"required":["milestoneId","transactionHash","status"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_confirm","idempotency":"required","rateLimitClass":"private-write","contentTrust":"protocol"}}},"/api/v1/capabilities/directpay.resume":{"get":{"operationId":"describe.directpay.resume","summary":"Describe directpay.resume","tags":["directpay"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"directpay.resume","summary":"Execute directpay.resume","tags":["directpay"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["milestoneId","transactionHash"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"state":{"type":"string","enum":["pending","confirmed"]},"retryAfterSeconds":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["milestoneId","transactionHash","state"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"state":{"type":"string","enum":["pending","confirmed"]},"retryAfterSeconds":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["milestoneId","transactionHash","state"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_confirm","idempotency":"required","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/milestone.request_revision":{"get":{"operationId":"describe.milestone.request_revision","summary":"Describe milestone.request_revision","tags":["milestone"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"milestone.request_revision","summary":"Execute milestone.request_revision","tags":["milestone"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["milestoneId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","const":"INCOMPLETE"}},"required":["milestoneId","status"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","const":"INCOMPLETE"}},"required":["milestoneId","status"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-write","contentTrust":"protocol"}}},"/api/v1/capabilities/proof.list":{"get":{"operationId":"describe.proof.list","summary":"Describe proof.list","tags":["proof"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proof.list","summary":"Execute proof.list","tags":["proof"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["collaborationId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":200,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"submitterAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"submissionTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"submittedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"deliverable":{"type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["fileName","fileSize","mimeType","sha256"],"additionalProperties":false}},"required":["id","collaborationId","milestoneId","submitterAddress","contentHash","submissionTxHash","submittedAt","deliverable"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":200,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"submitterAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"submissionTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"submittedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"deliverable":{"type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["fileName","fileSize","mimeType","sha256"],"additionalProperties":false}},"required":["id","collaborationId","milestoneId","submitterAddress","contentHash","submissionTxHash","submittedAt","deliverable"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/proof.get":{"get":{"operationId":"describe.proof.get","summary":"Describe proof.get","tags":["proof"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proof.get","summary":"Execute proof.get","tags":["proof"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proofId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["proofId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"submitterAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"submissionTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"submittedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"deliverable":{"type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["fileName","fileSize","mimeType","sha256"],"additionalProperties":false}},"required":["id","collaborationId","milestoneId","submitterAddress","contentHash","submissionTxHash","submittedAt","deliverable"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"submitterAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"submissionTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"submittedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"deliverable":{"type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["fileName","fileSize","mimeType","sha256"],"additionalProperties":false}},"required":["id","collaborationId","milestoneId","submitterAddress","contentHash","submissionTxHash","submittedAt","deliverable"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/proof.download":{"get":{"operationId":"describe.proof.download","summary":"Describe proof.download","tags":["proof"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proof.download","summary":"Execute proof.download","tags":["proof"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proofId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["proofId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"url":{"type":"string","format":"uri"},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["fileName","fileSize","mimeType","sha256","url","expiresAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"url":{"type":"string","format":"uri"},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["fileName","fileSize","mimeType","sha256","url","expiresAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/assignment.list":{"get":{"operationId":"describe.assignment.list","summary":"Describe assignment.list","tags":["assignment"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"assignment.list","summary":"Execute assignment.list","tags":["assignment"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512}},"required":["limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"type":"string","enum":["publisher","worker","pending_worker"]},"counterpartyAddress":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]},"grade":{"type":"string","minLength":1,"maxLength":32},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"deadline":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"totalBudget":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"rewardToken":{"type":"string","minLength":1,"maxLength":32},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["collaborationId","role","counterpartyAddress","title","description","grade","status","deadline","totalBudget","rewardToken","createdAt","updatedAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"collaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"type":"string","enum":["publisher","worker","pending_worker"]},"counterpartyAddress":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":20000},{"type":"null"}]},"grade":{"type":"string","minLength":1,"maxLength":32},"status":{"type":"string","enum":["OPEN","PENDING_APPROVAL","LOCKED","ACTIVE","PENDING","SETTLED","DISPUTED","CANCELLED","FULLY_BOOKED"]},"deadline":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"totalBudget":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"rewardToken":{"type":"string","minLength":1,"maxLength":32},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["collaborationId","role","counterpartyAddress","title","description","grade","status","deadline","totalBudget","rewardToken","createdAt","updatedAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/proposal_comment.list":{"get":{"operationId":"describe.proposal_comment.list","summary":"Describe proposal_comment.list","tags":["proposal_comment"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal_comment.list","summary":"Execute proposal_comment.list","tags":["proposal_comment"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"limit":{"default":50,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512}},"required":["proposalId","limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","maxLength":2000},"isRetracted":{"type":"boolean"},"editedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","proposalId","authorAddress","parentCommentId","content","isRetracted","editedAt","createdAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","maxLength":2000},"isRetracted":{"type":"boolean"},"editedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","proposalId","authorAddress","parentCommentId","content","isRetracted","editedAt","createdAt"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/proposal_comment.create":{"get":{"operationId":"describe.proposal_comment.create","summary":"Describe proposal_comment.create","tags":["proposal_comment"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal_comment.create","summary":"Execute proposal_comment.create","tags":["proposal_comment"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","minLength":1,"maxLength":2000}},"required":["proposalId","content"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","maxLength":2000},"isRetracted":{"type":"boolean"},"editedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","proposalId","authorAddress","parentCommentId","content","isRetracted","editedAt","createdAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","maxLength":2000},"isRetracted":{"type":"boolean"},"editedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","proposalId","authorAddress","parentCommentId","content","isRetracted","editedAt","createdAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/proposal_comment.update":{"get":{"operationId":"describe.proposal_comment.update","summary":"Describe proposal_comment.update","tags":["proposal_comment"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal_comment.update","summary":"Execute proposal_comment.update","tags":["proposal_comment"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"commentId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"action":{"type":"string","enum":["edit","retract"]},"content":{"type":"string","minLength":1,"maxLength":2000}},"required":["commentId","action"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","maxLength":2000},"isRetracted":{"type":"boolean"},"editedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","proposalId","authorAddress","parentCommentId","content","isRetracted","editedAt","createdAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"parentCommentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"content":{"type":"string","maxLength":2000},"isRetracted":{"type":"boolean"},"editedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","proposalId","authorAddress","parentCommentId","content","isRetracted","editedAt","createdAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/governance.stats":{"get":{"operationId":"describe.governance.stats","summary":"Describe governance.stats","tags":["governance"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"governance.stats","summary":"Execute governance.stats","tags":["governance"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalCount":{"type":"string","pattern":"^\\d+$"},"totalVcpSupply":{"type":"string","pattern":"^\\d+$"},"proposalThreshold":{"type":"string","pattern":"^\\d+$"},"vcpDecimals":{"type":"number","const":0},"blockNumber":{"type":"string","pattern":"^\\d+$"}},"required":["proposalCount","totalVcpSupply","proposalThreshold","vcpDecimals","blockNumber"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalCount":{"type":"string","pattern":"^\\d+$"},"totalVcpSupply":{"type":"string","pattern":"^\\d+$"},"proposalThreshold":{"type":"string","pattern":"^\\d+$"},"vcpDecimals":{"type":"number","const":0},"blockNumber":{"type":"string","pattern":"^\\d+$"}},"required":["proposalCount","totalVcpSupply","proposalThreshold","vcpDecimals","blockNumber"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/medal.get":{"get":{"operationId":"describe.medal.get","summary":"Describe medal.get","tags":["medal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"medal.get","summary":"Execute medal.get","tags":["medal"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"}},"required":["walletAddress"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contractAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"owned":{"type":"boolean"},"medal":{"anyOf":[{"type":"object","properties":{"tokenId":{"type":"string","pattern":"^\\d+$"},"vcpReputation":{"type":"string","pattern":"^\\d+$"},"glowIntensity":{"type":"integer","minimum":0,"maximum":255},"reputationRank":{"type":"string","enum":["Initiate","Builder","Pioneer"]},"transferability":{"type":"string","const":"wallet-bound"},"blockNumber":{"type":"string","pattern":"^\\d+$"}},"required":["tokenId","vcpReputation","glowIntensity","reputationRank","transferability","blockNumber"],"additionalProperties":false},{"type":"null"}]}},"required":["walletAddress","contractAddress","owned","medal"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"walletAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"contractAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"owned":{"type":"boolean"},"medal":{"anyOf":[{"type":"object","properties":{"tokenId":{"type":"string","pattern":"^\\d+$"},"vcpReputation":{"type":"string","pattern":"^\\d+$"},"glowIntensity":{"type":"integer","minimum":0,"maximum":255},"reputationRank":{"type":"string","enum":["Initiate","Builder","Pioneer"]},"transferability":{"type":"string","const":"wallet-bound"},"blockNumber":{"type":"string","pattern":"^\\d+$"}},"required":["tokenId","vcpReputation","glowIntensity","reputationRank","transferability","blockNumber"],"additionalProperties":false},{"type":"null"}]}},"required":["walletAddress","contractAddress","owned","medal"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.list":{"get":{"operationId":"describe.proposal.list","summary":"Describe proposal.list","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.list","summary":"Execute proposal.list","tags":["proposal"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":20,"type":"integer","minimum":1,"maximum":100},"cursor":{"type":"string","minLength":1,"maxLength":512},"status":{"type":"string","enum":["SIGNALING","ACTIVE","PASSED","REJECTED","CANCELLED"]}},"required":["limit"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"onchainId":{"anyOf":[{"type":"string","pattern":"^\\d+$"},{"type":"null"}]},"proposerAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"title":{"type":"string","minLength":1,"maxLength":500},"body":{"type":"string","maxLength":50000},"attachmentUrls":{"maxItems":20,"type":"array","items":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"status":{"type":"string","enum":["SIGNALING","ACTIVE","PASSED","REJECTED","CANCELLED"]},"createTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"finalizeTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"activatedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"commentCount":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["id","onchainId","proposerAddress","title","body","attachmentUrls","status","createTxHash","finalizeTxHash","activatedAt","createdAt","updatedAt","commentCount"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"onchainId":{"anyOf":[{"type":"string","pattern":"^\\d+$"},{"type":"null"}]},"proposerAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"title":{"type":"string","minLength":1,"maxLength":500},"body":{"type":"string","maxLength":50000},"attachmentUrls":{"maxItems":20,"type":"array","items":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"status":{"type":"string","enum":["SIGNALING","ACTIVE","PASSED","REJECTED","CANCELLED"]},"createTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"finalizeTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"activatedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"commentCount":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["id","onchainId","proposerAddress","title","body","attachmentUrls","status","createTxHash","finalizeTxHash","activatedAt","createdAt","updatedAt","commentCount"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["items","nextCursor"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/proposal.get":{"get":{"operationId":"describe.proposal.get","summary":"Describe proposal.get","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.get","summary":"Execute proposal.get","tags":["proposal"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["proposalId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposal":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"onchainId":{"anyOf":[{"type":"string","pattern":"^\\d+$"},{"type":"null"}]},"proposerAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"title":{"type":"string","minLength":1,"maxLength":500},"body":{"type":"string","maxLength":50000},"attachmentUrls":{"maxItems":20,"type":"array","items":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"status":{"type":"string","enum":["SIGNALING","ACTIVE","PASSED","REJECTED","CANCELLED"]},"createTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"finalizeTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"activatedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"commentCount":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["id","onchainId","proposerAddress","title","body","attachmentUrls","status","createTxHash","finalizeTxHash","activatedAt","createdAt","updatedAt","commentCount"],"additionalProperties":false},"chain":{"anyOf":[{"type":"object","properties":{"totalVcpSignaled":{"type":"string","pattern":"^\\d+$"},"votesFor":{"type":"string","pattern":"^\\d+$"},"votesAgainst":{"type":"string","pattern":"^\\d+$"},"status":{"type":"integer","minimum":0,"maximum":4},"cosignerCount":{"type":"string","pattern":"^\\d+$"},"activatedAt":{"type":"string","pattern":"^\\d+$"},"votingDeadline":{"type":"string","pattern":"^\\d+$"},"blockNumber":{"type":"string","pattern":"^\\d+$"}},"required":["totalVcpSignaled","votesFor","votesAgainst","status","cosignerCount","activatedAt","votingDeadline","blockNumber"],"additionalProperties":false},{"type":"null"}]}},"required":["proposal","chain"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposal":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"onchainId":{"anyOf":[{"type":"string","pattern":"^\\d+$"},{"type":"null"}]},"proposerAddress":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"title":{"type":"string","minLength":1,"maxLength":500},"body":{"type":"string","maxLength":50000},"attachmentUrls":{"maxItems":20,"type":"array","items":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"status":{"type":"string","enum":["SIGNALING","ACTIVE","PASSED","REJECTED","CANCELLED"]},"createTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"finalizeTxHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"activatedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"commentCount":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["id","onchainId","proposerAddress","title","body","attachmentUrls","status","createTxHash","finalizeTxHash","activatedAt","createdAt","updatedAt","commentCount"],"additionalProperties":false},"chain":{"anyOf":[{"type":"object","properties":{"totalVcpSignaled":{"type":"string","pattern":"^\\d+$"},"votesFor":{"type":"string","pattern":"^\\d+$"},"votesAgainst":{"type":"string","pattern":"^\\d+$"},"status":{"type":"integer","minimum":0,"maximum":4},"cosignerCount":{"type":"string","pattern":"^\\d+$"},"activatedAt":{"type":"string","pattern":"^\\d+$"},"votingDeadline":{"type":"string","pattern":"^\\d+$"},"blockNumber":{"type":"string","pattern":"^\\d+$"}},"required":["totalVcpSignaled","votesFor","votesAgainst","status","cosignerCount","activatedAt","votingDeadline","blockNumber"],"additionalProperties":false},{"type":"null"}]}},"required":["proposal","chain"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-chain-read","contentTrust":"member-generated"}}},"/api/v1/capabilities/service.request.submit":{"get":{"operationId":"describe.service.request.submit","summary":"Describe service.request.submit","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.request.submit","summary":"Execute service.request.submit","tags":["service"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":5000},"channel":{"anyOf":[{"type":"number","const":1},{"type":"number","const":2},{"type":"number","const":3}]},"price":{"default":"0","type":"string","pattern":"^\\d+(?:\\.\\d{1,6})?$"},"icon":{"default":"package_2","type":"string","pattern":"^[a-z0-9_]{1,64}$"}},"required":["title","description","channel","price","icon"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","const":"pending_review"},"submittedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","status","submittedAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","const":"pending_review"},"submittedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","status","submittedAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"limited-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/squad_signal.create":{"get":{"operationId":"describe.squad_signal.create","summary":"Describe squad_signal.create","tags":["squad_signal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"squad_signal.create","summary":"Execute squad_signal.create","tags":["squad_signal"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"parentCollaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"description":{"type":"string","minLength":1,"maxLength":5000},"roles":{"minItems":1,"maxItems":10,"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"tags":{"maxItems":5,"type":"array","items":{"type":"string","minLength":1,"maxLength":20}},"budget":{"type":"string","pattern":"^\\d+(?:\\.\\d{1,6})?$"},"slots":{"type":"integer","minimum":1,"maximum":100}},"required":["title","tags","budget","slots"],"additionalProperties":false}}},"required":["parentCollaborationId","description","roles"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"parentCollaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationIds":{"minItems":1,"maxItems":10,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["parentCollaborationId","collaborationIds"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"parentCollaborationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"collaborationIds":{"minItems":1,"maxItems":10,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["parentCollaborationId","collaborationIds"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/service.access.get":{"get":{"operationId":"describe.service.access.get","summary":"Describe service.access.get","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.access.get","summary":"Execute service.access.get","tags":["service"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":10000,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proof":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"free"},"reference":{"type":"string","minLength":1,"maxLength":256}},"required":["kind","reference"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"transaction"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"}},"required":["kind","transactionHash"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"legacy"}},"required":["kind"],"additionalProperties":false}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","serviceId","proof","createdAt"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":10000,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"proof":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"free"},"reference":{"type":"string","minLength":1,"maxLength":256}},"required":["kind","reference"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"transaction"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"}},"required":["kind","transactionHash"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"legacy"}},"required":["kind"],"additionalProperties":false}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","serviceId","proof","createdAt"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"protocol"}}},"/api/v1/capabilities/service.content.get":{"get":{"operationId":"describe.service.content.get","summary":"Describe service.content.get","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.content.get","summary":"Execute service.content.get","tags":["service"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["serviceId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"files":{"maxItems":200,"type":"array","items":{"type":"object","properties":{"category":{"type":"string","enum":["document","deliverable"]},"name":{"type":"string","minLength":1,"maxLength":300},"url":{"type":"string","format":"uri"},"size":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"expiresAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["category","name","url","size","expiresAt"],"additionalProperties":false}},"contacts":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"category":{"type":"string","enum":["service","expert"]},"type":{"type":"string","minLength":1,"maxLength":100},"value":{"type":"string","minLength":1,"maxLength":2000}},"required":["category","type","value"],"additionalProperties":false}},"payload":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"link":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]}},"required":["type","url","link"],"additionalProperties":false}},"required":["serviceId","files","contacts","payload"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"files":{"maxItems":200,"type":"array","items":{"type":"object","properties":{"category":{"type":"string","enum":["document","deliverable"]},"name":{"type":"string","minLength":1,"maxLength":300},"url":{"type":"string","format":"uri"},"size":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"expiresAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["category","name","url","size","expiresAt"],"additionalProperties":false}},"contacts":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"category":{"type":"string","enum":["service","expert"]},"type":{"type":"string","minLength":1,"maxLength":100},"value":{"type":"string","minLength":1,"maxLength":2000}},"required":["category","type","value"],"additionalProperties":false}},"payload":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"link":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]}},"required":["type","url","link"],"additionalProperties":false}},"required":["serviceId","files","contacts","payload"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"private-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/service.purchase.confirm":{"get":{"operationId":"describe.service.purchase.confirm","summary":"Describe service.purchase.confirm","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.purchase.confirm","summary":"Execute service.purchase.confirm","tags":["service"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["serviceId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accessId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"alreadyUnlocked":{"type":"boolean"},"proof":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"free"},"reference":{"type":"string","minLength":1,"maxLength":256}},"required":["kind","reference"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"transaction"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"}},"required":["kind","transactionHash"],"additionalProperties":false}]}},"required":["accessId","serviceId","alreadyUnlocked","proof"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accessId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"alreadyUnlocked":{"type":"boolean"},"proof":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"free"},"reference":{"type":"string","minLength":1,"maxLength":256}},"required":["kind","reference"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"transaction"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"}},"required":["kind","transactionHash"],"additionalProperties":false}]}},"required":["accessId","serviceId","alreadyUnlocked","proof"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-write","contentTrust":"protocol"}}},"/api/v1/capabilities/proof.submit":{"get":{"operationId":"describe.proof.submit","summary":"Describe proof.submit","tags":["proof"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proof.submit","summary":"Execute proof.submit","tags":["proof"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"manifest":{"type":"object","properties":{"version":{"type":"string","const":"superguild-proof-v1"},"deliverables":{"minItems":1,"maxItems":1,"type":"array","items":{"type":"object","properties":{"url":{"type":"string","maxLength":2048,"format":"uri","pattern":"^https:\\/\\/.*"},"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["url","fileName","fileSize","mimeType","sha256"],"additionalProperties":false}}},"required":["version","deliverables"],"additionalProperties":false},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["milestoneId","manifest"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proofId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"contentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]}},"required":["proofId","contentHash","transactionHash"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proofId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"contentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]}},"required":["proofId","contentHash","transactionHash"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_confirm","idempotency":"required","rateLimitClass":"chain-confirm","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/service.purchase.prepare":{"get":{"operationId":"describe.service.purchase.prepare","summary":"Describe service.purchase.prepare","tags":["service"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"service.purchase.prepare","summary":"Execute service.purchase.prepare","tags":["service"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["serviceId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/directpay.prepare":{"get":{"operationId":"describe.directpay.prepare","summary":"Describe directpay.prepare","tags":["directpay"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"directpay.prepare","summary":"Execute directpay.prepare","tags":["directpay"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["milestoneId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.create.prepare":{"get":{"operationId":"describe.proposal.create.prepare","summary":"Describe proposal.create.prepare","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.create.prepare","summary":"Execute proposal.create.prepare","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"body":{"type":"string","minLength":1,"maxLength":20000},"attachmentUrls":{"default":[],"maxItems":10,"type":"array","items":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}}},"required":["title","body","attachmentUrls"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.cosign.prepare":{"get":{"operationId":"describe.proposal.cosign.prepare","summary":"Describe proposal.cosign.prepare","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.cosign.prepare","summary":"Execute proposal.cosign.prepare","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["proposalId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.vote.prepare":{"get":{"operationId":"describe.proposal.vote.prepare","summary":"Describe proposal.vote.prepare","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.vote.prepare","summary":"Execute proposal.vote.prepare","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"support":{"type":"boolean"}},"required":["proposalId","support"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.withdraw.prepare":{"get":{"operationId":"describe.proposal.withdraw.prepare","summary":"Describe proposal.withdraw.prepare","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.withdraw.prepare","summary":"Execute proposal.withdraw.prepare","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["proposalId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.finalize.prepare":{"get":{"operationId":"describe.proposal.finalize.prepare","summary":"Describe proposal.finalize.prepare","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.finalize.prepare","summary":"Execute proposal.finalize.prepare","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["proposalId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"mode":{"type":"string","const":"free"},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","const":"0"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["mode","summary","confirmation"],"additionalProperties":false},{"type":"object","properties":{"mode":{"type":"string","const":"transaction"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"from":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"steps":{"minItems":1,"maxItems":5,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80},"to":{"type":"string","pattern":"^0x[0-9a-f]{40}$"},"data":{"type":"string","pattern":"^0x[0-9a-f]*$"},"value":{"type":"string","pattern":"^\\d+$"},"description":{"type":"string","minLength":1,"maxLength":500}},"required":["id","to","data","value","description"],"additionalProperties":false}},"summary":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":1000},"amount":{"type":"string","pattern":"^\\d+(?:\\.\\d+)?$"},"currency":{"type":"string","minLength":1,"maxLength":16}},"required":["title","description","amount","currency"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","pattern":"^[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*)+$"},"transactionHashStepId":{"type":"string","minLength":1,"maxLength":80},"input":{"type":"object","propertyNames":{"type":"string","minLength":1,"maxLength":80},"additionalProperties":{"type":"string","minLength":1,"maxLength":512}}},"required":["capabilityId","transactionHashStepId","input"],"additionalProperties":false}},"required":["mode","chainId","from","steps","summary","confirmation"],"additionalProperties":false}]}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_prepare","idempotency":"not_applicable","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proof.upload.prepare":{"get":{"operationId":"describe.proof.upload.prepare","summary":"Describe proof.upload.prepare","tags":["proof"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proof.upload.prepare","summary":"Execute proof.upload.prepare","tags":["proof"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"milestoneId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","enum":["application/pdf","image/jpeg","image/png","image/gif","image/webp","text/plain","text/markdown","application/zip"]},"sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$"}},"required":["milestoneId","fileName","fileSize","mimeType","sha256"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"method":{"type":"string","const":"PUT"},"url":{"type":"string","format":"uri"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1,"maxLength":127}},"required":["content-type"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["method","url","headers","expiresAt"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","const":"proof.upload"},"input":{"type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uploadHandle"],"additionalProperties":false}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["uploadHandle","upload","confirmation"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"method":{"type":"string","const":"PUT"},"url":{"type":"string","format":"uri"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1,"maxLength":127}},"required":["content-type"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["method","url","headers","expiresAt"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","const":"proof.upload"},"input":{"type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uploadHandle"],"additionalProperties":false}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["uploadHandle","upload","confirmation"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-file-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/proof.upload":{"get":{"operationId":"describe.proof.upload","summary":"Describe proof.upload","tags":["proof"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proof.upload","summary":"Execute proof.upload","tags":["proof"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uploadHandle"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"manifest":{"type":"object","properties":{"version":{"type":"string","const":"superguild-proof-v1"},"deliverables":{"minItems":1,"maxItems":1,"type":"array","items":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["url","fileName","fileSize","mimeType","sha256"],"additionalProperties":false}}},"required":["version","deliverables"],"additionalProperties":false}},"required":["manifest"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"manifest":{"type":"object","properties":{"version":{"type":"string","const":"superguild-proof-v1"},"deliverables":{"minItems":1,"maxItems":1,"type":"array","items":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","minLength":1,"maxLength":127},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["url","fileName","fileSize","mimeType","sha256"],"additionalProperties":false}}},"required":["version","deliverables"],"additionalProperties":false}},"required":["manifest"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-file-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/member.avatar.prepare":{"get":{"operationId":"describe.member.avatar.prepare","summary":"Describe member.avatar.prepare","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.avatar.prepare","summary":"Execute member.avatar.prepare","tags":["member"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":2097152},"mimeType":{"type":"string","enum":["image/jpeg","image/png","image/webp"]},"sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$"}},"required":["fileName","fileSize","mimeType","sha256"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"method":{"type":"string","const":"PUT"},"url":{"type":"string","format":"uri"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1,"maxLength":127}},"required":["content-type"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["method","url","headers","expiresAt"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","const":"member.avatar.update"},"input":{"type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uploadHandle"],"additionalProperties":false}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["uploadHandle","upload","confirmation"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"method":{"type":"string","const":"PUT"},"url":{"type":"string","format":"uri"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1,"maxLength":127}},"required":["content-type"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["method","url","headers","expiresAt"],"additionalProperties":false},"confirmation":{"type":"object","properties":{"capabilityId":{"type":"string","const":"member.avatar.update"},"input":{"type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uploadHandle"],"additionalProperties":false}},"required":["capabilityId","input"],"additionalProperties":false}},"required":["uploadHandle","upload","confirmation"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-file-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/pioneer_bulletin.attachment.prepare":{"get":{"operationId":"describe.pioneer_bulletin.attachment.prepare","summary":"Describe pioneer_bulletin.attachment.prepare","tags":["pioneer_bulletin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"pioneer_bulletin.attachment.prepare","summary":"Execute pioneer_bulletin.attachment.prepare","tags":["pioneer_bulletin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":10485760},"mimeType":{"type":"string","enum":["application/pdf","image/jpeg","image/png","image/gif","image/webp","text/plain","text/markdown","application/zip"]},"sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$"}},"required":["fileName","fileSize","mimeType","sha256"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"method":{"type":"string","const":"PUT"},"url":{"type":"string","format":"uri"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1,"maxLength":127}},"required":["content-type"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["method","url","headers","expiresAt"],"additionalProperties":false}},"required":["uploadHandle","upload"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"method":{"type":"string","const":"PUT"},"url":{"type":"string","format":"uri"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1,"maxLength":127}},"required":["content-type"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["method","url","headers","expiresAt"],"additionalProperties":false}},"required":["uploadHandle","upload"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-file-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/member.avatar.update":{"get":{"operationId":"describe.member.avatar.update","summary":"Describe member.avatar.update","tags":["member"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"member.avatar.update","summary":"Execute member.avatar.update","tags":["member"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uploadHandle"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"avatarUrl":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["avatarUrl"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"avatarUrl":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}},"required":["avatarUrl"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"private-file-write","contentTrust":"member-generated"}}},"/api/v1/capabilities/proposal.sync":{"get":{"operationId":"describe.proposal.sync","summary":"Describe proposal.sync","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.sync","summary":"Execute proposal.sync","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","oneOf":[{"type":"object","properties":{"action":{"type":"string","const":"create"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"},"title":{"type":"string","minLength":1,"maxLength":200},"body":{"type":"string","minLength":1,"maxLength":20000},"attachmentUrls":{"default":[],"maxItems":10,"type":"array","items":{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"}}},"required":["action","transactionHash","title","body","attachmentUrls"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","const":"cosign"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["action","transactionHash","proposalId"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","const":"vote"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"},"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"support":{"type":"boolean"}},"required":["action","transactionHash","proposalId","support"],"additionalProperties":false}]}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"action":{"type":"string","enum":["create","cosign","vote"]},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"alreadySynced":{"type":"boolean"}},"required":["proposalId","action","transactionHash","alreadySynced"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"action":{"type":"string","enum":["create","cosign","vote"]},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"alreadySynced":{"type":"boolean"}},"required":["proposalId","action","transactionHash","alreadySynced"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_confirm","idempotency":"required","rateLimitClass":"private-write","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.finalize":{"get":{"operationId":"describe.proposal.finalize","summary":"Describe proposal.finalize","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.finalize","summary":"Execute proposal.finalize","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["proposalId"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["PASSED","REJECTED"]},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"alreadySynced":{"type":"boolean"}},"required":["proposalId","status","transactionHash","alreadySynced"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["PASSED","REJECTED"]},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"alreadySynced":{"type":"boolean"}},"required":["proposalId","status","transactionHash","alreadySynced"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_confirm","idempotency":"required","rateLimitClass":"private-chain-read","contentTrust":"protocol"}}},"/api/v1/capabilities/proposal.withdraw":{"get":{"operationId":"describe.proposal.withdraw","summary":"Describe proposal.withdraw","tags":["proposal"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"proposal.withdraw","summary":"Execute proposal.withdraw","tags":["proposal"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}},"required":["proposalId","transactionHash"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"status":{"type":"string","const":"CANCELLED"},"alreadySynced":{"type":"boolean"}},"required":["proposalId","transactionHash","status","alreadySynced"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"proposalId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"status":{"type":"string","const":"CANCELLED"},"alreadySynced":{"type":"boolean"}},"required":["proposalId","transactionHash","status","alreadySynced"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"onchain_confirm","idempotency":"required","rateLimitClass":"private-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.action.prepare":{"get":{"operationId":"describe.admin.action.prepare","summary":"Describe admin.action.prepare","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.action.prepare","summary":"Execute admin.action.prepare","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"capabilityId":{"type":"string","enum":["admin.stats.get","admin.pioneer_invitation.list","admin.pioneer_invitation.issue","admin.service.list","admin.service.create","admin.service.update","admin.service.delete","admin.service.reorder","admin.service_file.upload.prepare","admin.service_file.upload.confirm","admin.service_file.delete","admin.bulletin.create","admin.bulletin.update","admin.bulletin.delete","admin.badge_lore.update","admin.public_document.upload.prepare","admin.public_document.upload.confirm","admin.public_document.delete"]},"input":{"$ref":"#/$defs/__schema0"}},"required":["capabilityId","input"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]}}}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"capabilityId":{"type":"string","enum":["admin.stats.get","admin.pioneer_invitation.list","admin.pioneer_invitation.issue","admin.service.list","admin.service.create","admin.service.update","admin.service.delete","admin.service.reorder","admin.service_file.upload.prepare","admin.service_file.upload.confirm","admin.service_file.delete","admin.bulletin.create","admin.bulletin.update","admin.bulletin.delete","admin.badge_lore.update","admin.public_document.upload.prepare","admin.public_document.upload.confirm","admin.public_document.delete"]},"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"message":{"type":"string","minLength":1,"maxLength":2000},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["capabilityId","challengeId","message","expiresAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"capabilityId":{"type":"string","enum":["admin.stats.get","admin.pioneer_invitation.list","admin.pioneer_invitation.issue","admin.service.list","admin.service.create","admin.service.update","admin.service.delete","admin.service.reorder","admin.service_file.upload.prepare","admin.service_file.upload.confirm","admin.service_file.delete","admin.bulletin.create","admin.bulletin.update","admin.bulletin.delete","admin.badge_lore.update","admin.public_document.upload.prepare","admin.public_document.upload.confirm","admin.public_document.delete"]},"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"message":{"type":"string","minLength":1,"maxLength":2000},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["capabilityId","challengeId","message","expiresAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"wallet","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-challenge","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.stats.get":{"get":{"operationId":"describe.admin.stats.get","summary":"Describe admin.stats.get","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.stats.get","summary":"Execute admin.stats.get","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"totalMembers":{"type":"integer","minimum":0,"maximum":9007199254740991},"totalServices":{"type":"integer","minimum":0,"maximum":9007199254740991},"totalBulletins":{"type":"integer","minimum":0,"maximum":9007199254740991},"pioneerInvitations":{"type":"integer","minimum":0,"maximum":9007199254740991},"claimedPioneerInvitations":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["totalMembers","totalServices","totalBulletins","pioneerInvitations","claimedPioneerInvitations"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"totalMembers":{"type":"integer","minimum":0,"maximum":9007199254740991},"totalServices":{"type":"integer","minimum":0,"maximum":9007199254740991},"totalBulletins":{"type":"integer","minimum":0,"maximum":9007199254740991},"pioneerInvitations":{"type":"integer","minimum":0,"maximum":9007199254740991},"claimedPioneerInvitations":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["totalMembers","totalServices","totalBulletins","pioneerInvitations","claimedPioneerInvitations"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"privileged-read","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.pioneer_invitation.list":{"get":{"operationId":"describe.admin.pioneer_invitation.list","summary":"Describe admin.pioneer_invitation.list","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.pioneer_invitation.list","summary":"Execute admin.pioneer_invitation.list","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"invitations":{"maxItems":10000,"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"},"claimedBy":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"claimedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["code","claimedBy","claimedAt","transactionHash","createdAt"],"additionalProperties":false}}},"required":["invitations"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"invitations":{"maxItems":10000,"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"},"claimedBy":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"claimedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["code","claimedBy","claimedAt","transactionHash","createdAt"],"additionalProperties":false}}},"required":["invitations"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"privileged-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.pioneer_invitation.issue":{"get":{"operationId":"describe.admin.pioneer_invitation.issue","summary":"Describe admin.pioneer_invitation.issue","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.pioneer_invitation.issue","summary":"Execute admin.pioneer_invitation.issue","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"count":{"type":"integer","minimum":1,"maximum":100},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["count","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"invitations":{"minItems":1,"maxItems":100,"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"},"claimedBy":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"claimedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["code","claimedBy","claimedAt","transactionHash","createdAt"],"additionalProperties":false}}},"required":["invitations"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"invitations":{"minItems":1,"maxItems":100,"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^SG-[A-HJ-NP-Z2-9]{6}$"},"claimedBy":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{40}$"},{"type":"null"}]},"claimedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"transactionHash":{"anyOf":[{"type":"string","pattern":"^0x[0-9a-f]{64}$"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["code","claimedBy","claimedAt","transactionHash","createdAt"],"additionalProperties":false}}},"required":["invitations"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.service.list":{"get":{"operationId":"describe.admin.service.list","summary":"Describe admin.service.list","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service.list","summary":"Execute admin.service.list","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"services":{"maxItems":10000,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"priceUsdc":{"anyOf":[{"type":"number"},{"type":"null"}]},"channel":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"category":{"type":"string"},"icon":{"type":"string"},"isActive":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"unlockType":{"type":"string"},"expertAvatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTags":{"type":"array","items":{}},"parentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"scenario":{"anyOf":[{"type":"string"},{"type":"null"}]},"itemsList":{"type":"array","items":{}},"expertName":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertServices":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertResume":{"anyOf":[{"type":"string"},{"type":"null"}]},"documents":{"type":"array","items":{}},"deliverables":{"type":"array","items":{}},"contactInfo":{"type":"array","items":{}},"payloadConfig":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"expertContact":{"type":"array","items":{}},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","currency","unlockType","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","createdAt"],"additionalProperties":false}}},"required":["services"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"services":{"maxItems":10000,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"priceUsdc":{"anyOf":[{"type":"number"},{"type":"null"}]},"channel":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"category":{"type":"string"},"icon":{"type":"string"},"isActive":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"unlockType":{"type":"string"},"expertAvatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTags":{"type":"array","items":{}},"parentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"scenario":{"anyOf":[{"type":"string"},{"type":"null"}]},"itemsList":{"type":"array","items":{}},"expertName":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertServices":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertResume":{"anyOf":[{"type":"string"},{"type":"null"}]},"documents":{"type":"array","items":{}},"deliverables":{"type":"array","items":{}},"contactInfo":{"type":"array","items":{}},"payloadConfig":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"expertContact":{"type":"array","items":{}},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","currency","unlockType","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","createdAt"],"additionalProperties":false}}},"required":["services"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"privileged-read","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.service.create":{"get":{"operationId":"describe.admin.service.create","summary":"Describe admin.service.create","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service.create","summary":"Execute admin.service.create","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"default":"","type":"string","maxLength":5000},"price":{"type":"number","minimum":0},"priceUsdc":{"default":null,"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"default":"","type":"string","maxLength":100},"icon":{"default":"hub","type":"string","minLength":1,"maxLength":100},"isActive":{"default":true,"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"expertAvatarUrl":{"default":null,"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"expertTags":{"default":[],"maxItems":50,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"parentId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"scenario":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"itemsList":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}},"expertName":{"default":null,"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"expertTitle":{"default":null,"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"expertServices":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"expertResume":{"default":null,"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"documents":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"deliverables":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"contactInfo":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"payloadConfig":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"expertContact":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","authorization"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"service":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"priceUsdc":{"anyOf":[{"type":"number"},{"type":"null"}]},"channel":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"category":{"type":"string"},"icon":{"type":"string"},"isActive":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"unlockType":{"type":"string"},"expertAvatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTags":{"type":"array","items":{}},"parentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"scenario":{"anyOf":[{"type":"string"},{"type":"null"}]},"itemsList":{"type":"array","items":{}},"expertName":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertServices":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertResume":{"anyOf":[{"type":"string"},{"type":"null"}]},"documents":{"type":"array","items":{}},"deliverables":{"type":"array","items":{}},"contactInfo":{"type":"array","items":{}},"payloadConfig":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"expertContact":{"type":"array","items":{}},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","currency","unlockType","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","createdAt"],"additionalProperties":false}},"required":["service"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"service":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"priceUsdc":{"anyOf":[{"type":"number"},{"type":"null"}]},"channel":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"category":{"type":"string"},"icon":{"type":"string"},"isActive":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"unlockType":{"type":"string"},"expertAvatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTags":{"type":"array","items":{}},"parentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"scenario":{"anyOf":[{"type":"string"},{"type":"null"}]},"itemsList":{"type":"array","items":{}},"expertName":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertServices":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertResume":{"anyOf":[{"type":"string"},{"type":"null"}]},"documents":{"type":"array","items":{}},"deliverables":{"type":"array","items":{}},"contactInfo":{"type":"array","items":{}},"payloadConfig":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"expertContact":{"type":"array","items":{}},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","currency","unlockType","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","createdAt"],"additionalProperties":false}},"required":["service"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.service.update":{"get":{"operationId":"describe.admin.service.update","summary":"Describe admin.service.update","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service.update","summary":"Execute admin.service.update","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"default":"","type":"string","maxLength":5000},"price":{"type":"number","minimum":0},"priceUsdc":{"default":null,"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"channel":{"type":"integer","minimum":1,"maximum":3},"category":{"default":"","type":"string","maxLength":100},"icon":{"default":"hub","type":"string","minLength":1,"maxLength":100},"isActive":{"default":true,"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"expertAvatarUrl":{"default":null,"anyOf":[{"type":"string","format":"uri","pattern":"^https:\\/\\/.*"},{"type":"null"}]},"expertTags":{"default":[],"maxItems":50,"type":"array","items":{"type":"string","minLength":1,"maxLength":100}},"parentId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"scenario":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"itemsList":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}},"expertName":{"default":null,"anyOf":[{"type":"string","maxLength":100},{"type":"null"}]},"expertTitle":{"default":null,"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"expertServices":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"expertResume":{"default":null,"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"documents":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"deliverables":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"contactInfo":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"payloadConfig":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"expertContact":{"default":[],"maxItems":100,"type":"array","items":{"$ref":"#/$defs/__schema0"}},"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","serviceId","authorization"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"service":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"priceUsdc":{"anyOf":[{"type":"number"},{"type":"null"}]},"channel":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"category":{"type":"string"},"icon":{"type":"string"},"isActive":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"unlockType":{"type":"string"},"expertAvatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTags":{"type":"array","items":{}},"parentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"scenario":{"anyOf":[{"type":"string"},{"type":"null"}]},"itemsList":{"type":"array","items":{}},"expertName":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertServices":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertResume":{"anyOf":[{"type":"string"},{"type":"null"}]},"documents":{"type":"array","items":{}},"deliverables":{"type":"array","items":{}},"contactInfo":{"type":"array","items":{}},"payloadConfig":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"expertContact":{"type":"array","items":{}},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","currency","unlockType","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","createdAt"],"additionalProperties":false}},"required":["service"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"service":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"priceUsdc":{"anyOf":[{"type":"number"},{"type":"null"}]},"channel":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"category":{"type":"string"},"icon":{"type":"string"},"isActive":{"type":"boolean"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"unlockType":{"type":"string"},"expertAvatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTags":{"type":"array","items":{}},"parentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"scenario":{"anyOf":[{"type":"string"},{"type":"null"}]},"itemsList":{"type":"array","items":{}},"expertName":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertServices":{"anyOf":[{"type":"string"},{"type":"null"}]},"expertResume":{"anyOf":[{"type":"string"},{"type":"null"}]},"documents":{"type":"array","items":{}},"deliverables":{"type":"array","items":{}},"contactInfo":{"type":"array","items":{}},"payloadConfig":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"expertContact":{"type":"array","items":{}},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","title","description","price","priceUsdc","channel","category","icon","isActive","sortOrder","currency","unlockType","expertAvatarUrl","expertTags","parentId","scenario","itemsList","expertName","expertTitle","expertServices","expertResume","documents","deliverables","contactInfo","payloadConfig","expertContact","createdAt"],"additionalProperties":false}},"required":["service"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.service.delete":{"get":{"operationId":"describe.admin.service.delete","summary":"Describe admin.service.delete","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service.delete","summary":"Execute admin.service.delete","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["serviceId","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.service.reorder":{"get":{"operationId":"describe.admin.service.reorder","summary":"Describe admin.service.reorder","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service.reorder","summary":"Execute admin.service.reorder","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"minItems":1,"maxItems":500,"type":"array","items":{"type":"object","properties":{"serviceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["serviceId","sortOrder"],"additionalProperties":false}},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["items","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updated":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["updated"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updated":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["updated"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.service_file.upload.prepare":{"get":{"operationId":"describe.admin.service_file.upload.prepare","summary":"Describe admin.service_file.upload.prepare","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service_file.upload.prepare","summary":"Execute admin.service_file.upload.prepare","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"kind":{"type":"string","enum":["avatar","document"]},"targetId":{"type":"string","pattern":"^[a-zA-Z0-9_-]{1,64}$"},"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":20971520},"mimeType":{"type":"string","minLength":1,"maxLength":200},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["kind","targetId","fileName","fileSize","mimeType","sha256","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","const":"PUT"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1}},"required":["content-type"],"additionalProperties":false}},"required":["url","method","headers"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["uploadHandle","upload","expiresAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","const":"PUT"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1}},"required":["content-type"],"additionalProperties":false}},"required":["url","method","headers"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["uploadHandle","upload","expiresAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.service_file.upload.confirm":{"get":{"operationId":"describe.admin.service_file.upload.confirm","summary":"Describe admin.service_file.upload.confirm","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service_file.upload.confirm","summary":"Execute admin.service_file.upload.confirm","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["uploadHandle","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"path":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"size":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"name":{"type":"string","minLength":1}},"required":["path","url","size","name"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"path":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"size":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"name":{"type":"string","minLength":1}},"required":["path","url","size","name"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.service_file.delete":{"get":{"operationId":"describe.admin.service_file.delete","summary":"Describe admin.service_file.delete","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.service_file.delete","summary":"Execute admin.service_file.delete","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"path":{"type":"string","pattern":"^[a-zA-Z0-9_-]+\\/(?:avatar|document)\\/[a-zA-Z0-9-]+\\.(?:jpg|png|webp|pdf|txt|md|zip)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["path","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.bulletin.create":{"get":{"operationId":"describe.admin.bulletin.create","summary":"Describe admin.bulletin.create","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.bulletin.create","summary":"Execute admin.bulletin.create","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"content":{"type":"string","minLength":1,"maxLength":20000},"category":{"default":"公告","type":"string","minLength":1,"maxLength":100},"isPinned":{"default":false,"type":"boolean"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["title","content","category","isPinned","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"bulletinId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["bulletinId"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"bulletinId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["bulletinId"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.bulletin.update":{"get":{"operationId":"describe.admin.bulletin.update","summary":"Describe admin.bulletin.update","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.bulletin.update","summary":"Execute admin.bulletin.update","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"content":{"type":"string","minLength":1,"maxLength":20000},"category":{"default":"公告","type":"string","minLength":1,"maxLength":100},"isPinned":{"default":false,"type":"boolean"},"bulletinId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["title","content","category","isPinned","bulletinId","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updated":{"type":"boolean","const":true}},"required":["updated"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updated":{"type":"boolean","const":true}},"required":["updated"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.bulletin.delete":{"get":{"operationId":"describe.admin.bulletin.delete","summary":"Describe admin.bulletin.delete","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.bulletin.delete","summary":"Execute admin.bulletin.delete","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"bulletinId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["bulletinId","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.badge_lore.update":{"get":{"operationId":"describe.admin.badge_lore.update","summary":"Describe admin.badge_lore.update","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.badge_lore.update","summary":"Execute admin.badge_lore.update","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"tokenId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"originZh":{"default":null,"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"originEn":{"default":null,"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"loreZh":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"loreEn":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["tokenId","originZh","originEn","loreZh","loreEn","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updated":{"type":"boolean","const":true}},"required":["updated"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updated":{"type":"boolean","const":true}},"required":["updated"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/admin.public_document.upload.prepare":{"get":{"operationId":"describe.admin.public_document.upload.prepare","summary":"Describe admin.public_document.upload.prepare","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.public_document.upload.prepare","summary":"Execute admin.public_document.upload.prepare","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"fileName":{"type":"string","minLength":1,"maxLength":255},"fileSize":{"type":"integer","exclusiveMinimum":0,"maximum":20971520},"mimeType":{"type":"string","const":"application/pdf"},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["name","fileName","fileSize","mimeType","sha256","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","const":"PUT"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1}},"required":["content-type"],"additionalProperties":false}},"required":["url","method","headers"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["uploadHandle","upload","expiresAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"upload":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","const":"PUT"},"headers":{"type":"object","properties":{"content-type":{"type":"string","minLength":1}},"required":["content-type"],"additionalProperties":false}},"required":["url","method","headers"],"additionalProperties":false},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["uploadHandle","upload","expiresAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.public_document.upload.confirm":{"get":{"operationId":"describe.admin.public_document.upload.confirm","summary":"Describe admin.public_document.upload.confirm","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.public_document.upload.confirm","summary":"Execute admin.public_document.upload.confirm","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uploadHandle":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["uploadHandle","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","name","url","sortOrder","createdAt"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"sortOrder":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","name","url","sortOrder","createdAt"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"private-member-generated"}}},"/api/v1/capabilities/admin.public_document.delete":{"get":{"operationId":"describe.admin.public_document.delete","summary":"Describe admin.public_document.delete","tags":["admin"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"admin.public_document.delete","summary":"Execute admin.public_document.delete","tags":["admin"],"security":[{"walletBearer":[]}],"parameters":[{"name":"Idempotency-Key","in":"header","required":true,"schema":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[\\x21-\\x7e]+$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"documentId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"authorization":{"type":"object","properties":{"challengeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"signature":{"type":"string"}},"required":["challengeId","signature"],"additionalProperties":false}},"required":["documentId","authorization"],"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"deleted":{"type":"boolean","const":true}},"required":["deleted"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"privileged","sideEffect":"offchain_write","idempotency":"required","rateLimitClass":"privileged-write","contentTrust":"protocol"}}},"/api/v1/capabilities/badge_lore.list":{"get":{"operationId":"describe.badge_lore.list","summary":"Describe badge_lore.list","tags":["badge_lore"],"security":[],"responses":{"200":{"description":"Registry-generated input and output schemas","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"inputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]},"outputSchema":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"boolean"}]}},"required":["inputSchema","outputSchema"],"additionalProperties":false},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"interfaceVersion":{"const":"v1"}},"required":["requestId","interfaceVersion"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","descriptorOnly":true}},"post":{"operationId":"badge_lore.list","summary":"Execute badge_lore.list","tags":["badge_lore"],"security":[],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Capability completed or awaits caller action","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"tokenId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"nameZh":{"type":"string"},"nameEn":{"type":"string"},"originZh":{"type":"string"},"originEn":{"type":"string"},"symbolismZh":{"type":"string"},"symbolismEn":{"type":"string"},"loreZh":{"type":"string"},"loreEn":{"type":"string"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["tokenId","nameZh","nameEn","originZh","originEn","symbolismZh","symbolismEn","loreZh","loreEn","updatedAt"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","enum":["requires_signature","pending_confirmation","retryable_sync"]},"details":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"tokenId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"nameZh":{"type":"string"},"nameEn":{"type":"string"},"originZh":{"type":"string"},"originEn":{"type":"string"},"symbolismZh":{"type":"string"},"symbolismEn":{"type":"string"},"loreZh":{"type":"string"},"loreEn":{"type":"string"},"updatedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["tokenId","nameZh","nameEn","originZh","originEn","symbolismZh","symbolismEn","loreZh","loreEn","updatedAt"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}},"required":["status","details"],"additionalProperties":false}]},"meta":{"type":"object","properties":{"capabilityId":{"type":"string"},"capabilityVersion":{"type":["integer","null"]},"interfaceVersion":{"type":"string","const":"v1"},"requestId":{"type":"string"}},"required":["capabilityId","capabilityVersion","interfaceVersion","requestId"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"401":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"403":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"409":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"413":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"429":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"500":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Stable programmatic error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"requestId":{"type":"string"}},"required":["code","message","retryable","requestId"],"additionalProperties":false}},"required":["error"],"additionalProperties":false}}}}},"x-superguild-capability":{"version":1,"status":"available","access":"public","sideEffect":"none","idempotency":"not_applicable","rateLimitClass":"public-read","contentTrust":"protocol"}}}},"components":{"securitySchemes":{"walletBearer":{"type":"http","scheme":"bearer","bearerFormat":"SuperGuild wallet session"}}}}