Scoped Claim Request v1¶
Source schema: doc/schemas/scoped-claim-request.v1.schema.json
Verifier request for a bounded contextual nym claim proof.
Governing Basis¶
Project Lineage¶
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: scoped-claim-request.v1 |
|
schema/v |
yes |
const: 1 |
|
request/id |
yes |
string | |
audience |
yes |
string | |
context/domain |
yes |
string | |
nonce |
yes |
string | |
claims/requested |
yes |
array | |
linkability/max |
yes |
ref: #/$defs/linkability |
|
issued/at |
yes |
string | |
expires/at |
yes |
string |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
claim |
object | |
linkability |
enum: one-shot, group-scoped, context-scoped |
|
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
scoped-claim-request.v1
schema/v¶
- Required:
yes - Shape: const:
1
request/id¶
- Required:
yes - Shape: string
audience¶
- Required:
yes - Shape: string
context/domain¶
- Required:
yes - Shape: string
nonce¶
- Required:
yes - Shape: string
claims/requested¶
- Required:
yes - Shape: array
linkability/max¶
- Required:
yes - Shape: ref:
#/$defs/linkability
issued/at¶
- Required:
yes - Shape: string
expires/at¶
- Required:
yes - Shape: string
Definition Semantics¶
$defs.claim¶
- Shape: object
$defs.linkability¶
- Shape: enum:
one-shot,group-scoped,context-scoped