Skip to content

Instantly share code, notes, and snippets.

@csuwildcat
Last active January 7, 2023 22:02
Show Gist options
  • Save csuwildcat/79e8934b878a1ec591c4121d88f18a83 to your computer and use it in GitHub Desktop.
Save csuwildcat/79e8934b878a1ec591c4121d88f18a83 to your computer and use it in GitHub Desktop.
{
"method": "ProtocolsConfigure",
"protocol": "https://decentralized-music.org/protocol",
"protocolVersion": "1.0.0",
"protocolDefinition": {
"labels": {
"playlist": {
"schema": "https://decentralized-music.org/protocol/playlist",
"dataFormat": [
"application/json"
]
},
"album": {
"schema": "https://decentralized-music.org/protocol/album",
"dataFormat": [
"application/json"
]
},
"track": {
"schema": "https://decentralized-music.org/protocol/track",
"dataFormat": [
"application/json"
]
},
"audio": {
"dataFormat": [
"application/mp4",
"audio/aac",
"audio/mp4"
]
}
},
"records": {
"album": {},
"track": {
"records": {
"audio": {},
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment