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
Versions
Other versions of the Document
1.0.0
26/04/2024 07:39:18
View
Template
0
0
person
v1.0.0
Domain not verified
ctx_test.testnet.ctx
/
ctx_test
/
templates
Table
Raw data
Field
Type
Description
name
string
The person's full name.
age
integer
The person's age in years.
Size: 602.00 bytes
Stored on BNB Greenflied
Last update: 26/04/2024 07:39:18
Blockchain
Tx:
5ffa2d33fb8ce80b8e32bb27c...df50096673
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
type:
"object"
,
properties:
{
name:
{
type:
"string"
,
description:
"The person's full name."
}
,
age:
{
type:
"integer"
,
description:
"The person's age in years."
,
minimum:
0
}
}
,
required:
[
"name"
,
"age"
]
}