Skip to content

Instantly share code, notes, and snippets.

@csuwildcat
Last active January 8, 2023 15:46
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"method": "ProtocolsConfigure",
"protocol": "https://identity.foundation/schemas/wallet",
"protocolVersion": "0.0.1",
"protocolDefinition": {
"labels": {
"persona": {
"schema": "https://schema.org/Person",
"dataFormat": [
"application/json"
]
},
"did": {
"schema": "https://identity.foundation/schemas/wallet/did",
"dataFormat": [
"application/json"
]
},
"block": {
"schema": "https://identity.foundation/schemas/wallet/block",
"dataFormat": [
"application/json"
]
},
"app": {
"schema": "https://schema.org/WebApplication",
"dataFormat": [
"application/json"
]
},
"connection": {
"schema": "https://identity.foundation/schemas/wallet/connection",
"dataFormat": [
"application/json"
]
},
"image": {
"dataFormat": [
"image/jpeg",
"image/png",
"image/gif"
]
}
},
"records": {
"persona": {
"records": {
"image": {}
}
},
"did": {
"records": {
"image": {}
}
},
"app": {
"records": {
"image": {}
}
},
"connection": {
"records": {
"image": {}
}
},
"block": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment