Skip to content

Instantly share code, notes, and snippets.

@csuwildcat
Last active December 28, 2023 06:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csuwildcat/e7b0f42d6abd1ee0b7685cf6c1f5081a to your computer and use it in GitHub Desktop.
Save csuwildcat/e7b0f42d6abd1ee0b7685cf6c1f5081a to your computer and use it in GitHub Desktop.
{
"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