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
12/11/2024 17:10:38
View
Template
0
0
team
v1.0.0
Verified Domain
core.testnet.ctx
./
Table
Raw data
Field
Type
Description
team
array
Details of the team members.
Size: 723.00 bytes
Stored on Arweave
Last update: 12/11/2024 17:10:38
Blockchain
Tx:
ToG2VwRijURj7tHAeRlUwzEiX...w-7sHqFo-8
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Team Template"
,
description:
"A schema for defining team members."
,
type:
"object"
,
properties:
{
team:
{
type:
"array"
,
title:
"Team Members"
,
description:
"Details of the team members."
,
items:
{
type:
"object"
,
properties:
{
name:
{
type:
"string"
,
title:
"Name"
,
description:
"The name of the team member."
}
,
role:
{
type:
"string"
,
title:
"Role"
,
description:
"The role of the team member."
}
,
domain:
{
type:
"string"
,
title:
"Domain"
,
description:
"The Context domain of the team member."
}
}
,
required:
[
"role"
,
"name"
]
}
}
}
}