forked from Support/sp-hydra-veil-gui
19 lines
385 B
YAML
19 lines
385 B
YAML
fields:
|
|
- name: id
|
|
path: ['id']
|
|
required: true
|
|
|
|
- name: name
|
|
path: ['name']
|
|
|
|
- name: public_key # this is ed25519
|
|
path: ['public_key']
|
|
|
|
- name: nostr_public_key
|
|
path: ['nostr_public_key']
|
|
|
|
- name: nostr_profile_reference
|
|
path: ['nostr_profile_reference']
|
|
|
|
- name: nostr_attestation_event_reference
|
|
path: ['nostr_attestation', 'event_reference']
|