Documents
Domains
Web3GPT
Our ChatBot to speak with verified on-chain data. Coming soon.
Contact Support
Send us an email
Docs
BETA
BETA
Mainnet
Coming Soon
View
Template
0
0
phonogram
v1.0.0
Verified Domain
bmat.testnet.ctx
/
PoPSICLE
Versions
Other versions of the Document
1.0.0
22/05/2024 09:05:52
Table
Raw data
Field
Type
Description
title
string
No description
fileLocation
string
No description
isrc
integer
No description
artist
No description
album
No description
Size: 827.00 bytes
Stored on BNB Greenflied
Last update: 22/05/2024 09:05:52
Blockchain
Tx:
ec24109f5db0ec4c7fc31b60b...d6970ea124
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"phonogram"
,
type:
"object"
,
properties:
{
title:
{
type:
"string"
}
,
fileLocation:
{
type:
"string"
,
format:
"uri"
}
,
isrc:
{
type:
"integer"
}
,
artist:
{
$ref:
"ctx_gmaled1697/PoPSICLE/artist"
}
,
album:
{
$ref:
"ctx_gmaled1697/PoPSICLE/album"
}
}
,
required:
[
"id"
,
"title"
,
"isrc"
,
"artist"
,
"album"
]
}