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
social
v1.0.3
Verified Domain
core.testnet.ctx
./
Versions
Other versions of the Document
1.0.3
12/11/2024 09:56:26
1.0.2
12/11/2024 08:06:19
1.0.1
27/05/2024 16:30:25
1.0.0
27/05/2024 14:00:52
Table
Raw data
Field
Type
Description
social
object
Details of the user's social media profiles.
Size: 822.00 bytes
Stored on Arweave
Last update: 12/11/2024 09:56:26
Blockchain
Tx:
Ngl2ks9TOA_PC5Wz5pb9kXccK...STvSvx540o
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Social Template"
,
description:
"A schema for defining social media profiles."
,
type:
"object"
,
properties:
{
social:
{
type:
"object"
,
title:
"Social Media Profiles"
,
description:
"Details of the user's social media profiles."
,
properties:
{
linkedin:
{
type:
"string"
,
format:
"uri"
,
title:
"LinkedIn Profile URL"
,
description:
"The URL of the user's LinkedIn profile."
}
,
x:
{
type:
"string"
,
title:
"X Handle"
,
description:
"The X handle of the user. Should not include the '@' symbol."
}
,
farcaster:
{
type:
"string"
,
title:
"Farcaster Username"
,
description:
"The username of the user on the Farcaster platform."
}
}
,
required:
[
"x"
]
}
}
,
required:
[
"social"
]
}