A database block
Properties
The AT-URI of this block record
The columns of the database, sequence of column block ids
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"rows": {
"ref": "page.corvus.core#set",
"type": "ref",
"description": "The rows of the database"
},
"title": {
"ref": "page.corvus.core#sequence",
"type": "ref",
"description": "The name of the database"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
},
"columns": {
"ref": "page.corvus.core#sequence",
"type": "ref",
"description": "The columns of the database, sequence of column block ids"
}
},
"description": "A database block"
}
A link to an ATProtocol resource
Properties
The AT-URI of this block record
The AT-URI of the linked resource
View raw schema
{
"type": "object",
"required": [
"blockId",
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of the linked resource"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
}
},
"description": "A link to an ATProtocol resource"
}
No description available.
Properties
The id of the column this cell belongs to
The id of the value block
View raw schema
{
"type": "object",
"properties": {
"columnId": {
"type": "string",
"format": "at-uri",
"description": "The id of the column this cell belongs to"
},
"valueBlockId": {
"type": "string",
"format": "at-uri",
"description": "The id of the value block"
}
}
}
A database column
Properties
The AT-URI of this block record
The type of the column
Known values: page.corvus.document#prose, page.corvus.contentBlocks#checkbox, page.corvus.contentBlocks#code, page.corvus.contentBlocks#image, page.corvus.contentBlocks#atLink, page.corvus.contentBlocks#blockLink
The default properties for the column
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"name": {
"ref": "page.corvus.core#register",
"type": "ref",
"description": "The title of the column"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
},
"cellType": {
"type": "string",
"format": "nsid",
"description": "The type of the column",
"knownValues": [
"page.corvus.document#prose",
"page.corvus.contentBlocks#checkbox",
"page.corvus.contentBlocks#code",
"page.corvus.contentBlocks#image",
"page.corvus.contentBlocks#atLink",
"page.corvus.contentBlocks#blockLink"
]
},
"defaults": {
"ref": "page.corvus.core#set",
"type": "ref",
"description": "The default properties for the column"
}
},
"description": "A database column"
}
No description available.
Properties
The id of the column this reference belongs to
View raw schema
{
"type": "object",
"properties": {
"columnId": {
"type": "string",
"format": "at-uri",
"description": "The id of the column this reference belongs to"
}
}
}
No description available.
Properties
The AT-URI of this block record
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"count": {
"ref": "page.corvus.core#counter",
"type": "ref",
"description": "The counter value"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
}
}
}
No description available.
Properties
The id of the database this reference belongs to
View raw schema
{
"type": "object",
"properties": {
"databaseId": {
"type": "string",
"format": "at-uri",
"description": "The id of the database this reference belongs to"
}
}
}
A database row
Properties
The AT-URI of this block record
The cells of the row, one per column with a value
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"cells": {
"ref": "page.corvus.core#set",
"type": "ref",
"description": "The cells of the row, one per column with a value"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
}
},
"description": "A database row"
}
No description available.
Properties
The AT-URI of this block record
The facets applied to the SQL query
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"text": {
"ref": "page.corvus.core#sequence",
"type": "ref",
"description": "The SQL query text"
},
"facets": {
"ref": "page.corvus.core#set",
"type": "ref",
"description": "The facets applied to the SQL query"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
}
}
}
No description available.
Properties
The id of the SQL query this reference belongs to
View raw schema
{
"type": "object",
"properties": {
"sqlId": {
"type": "string",
"format": "at-uri",
"description": "The id of the SQL query this reference belongs to"
}
}
}
No description available.
Properties
The AT-URI of this block record
No description available.
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"text": {
"ref": "page.corvus.core#register",
"type": "ref"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
}
}
}