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
updates
v1.0.3
Verified Domain
core.testnet.ctx
./
Versions
Other versions of the Document
1.0.3
02/07/2024 13:19:26
1.0.2
30/06/2024 09:29:07
1.0.1
30/06/2024 07:49:53
1.0.0
30/06/2024 07:47:33
Table
Raw data
Field
Type
Description
updates
array
An array of updates
Size: 1.03 KB
Stored on Arweave
Last update: 02/07/2024 13:19:26
Blockchain
Tx:
JA-5bW0dxsRZFUjwSedr9_f2H...vjGEQ3FBd4
{
$id:
""
,
$schema:
"http://json-schema.org/draft-07/schema#"
,
description:
"A schema to define a list of updates, each containing a title, description, image URL, and a link"
,
type:
"object"
,
properties:
{
updates:
{
type:
"array"
,
items:
{
type:
"object"
,
properties:
{
title:
{
type:
"string"
,
description:
"The title of the update"
}
,
description:
{
type:
"string"
,
description:
"A brief description of the update"
}
,
image:
{
type:
"string"
,
format:
"uri"
,
description:
"A URL to an image associated with the update"
}
,
fileId:
{
type:
"string"
,
description:
"Telegram file Id for the image attached to this update"
}
,
link:
{
type:
"string"
,
format:
"uri"
,
description:
"A URL for more information about the update"
}
,
linkName:
{
type:
"string"
,
description:
"Name to be used for the link"
}
}
,
required:
[
"title"
,
"description"
]
,
additionalProperties:
false
}
,
description:
"An array of updates"
}
}
,
required:
[
"updates"
]
,
additionalProperties:
false
}