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
personProvider
v1.0.0
Verified Domain
bmat.testnet.ctx
/
PoPSICLE
Versions
Other versions of the Document
1.0.0
22/05/2024 09:06:17
Table
Raw data
Field
Type
Description
name
string
No description
country
string
No description
email
string
No description
birthDate
string
No description
company
No description
Size: 846.00 bytes
Stored on BNB Greenflied
Last update: 22/05/2024 09:06:17
Blockchain
Tx:
e5e4b4dc6f34a97933d43147c...a09ce83d48
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"personProvider"
,
type:
"object"
,
properties:
{
name:
{
type:
"string"
}
,
country:
{
type:
"string"
}
,
email:
{
type:
"string"
,
format:
"email"
}
,
birthDate:
{
type:
"string"
,
format:
"date"
}
,
company:
{
$ref:
"ctx_gmaled1697/PoPSICLE/company"
}
}
,
required:
[
"id"
,
"name"
,
"country"
,
"email"
,
"birthDate"
]
}