Archbee · JSON Structure

Archbee Api Page List Structure

Type: object Properties: 2
API DocumentationDocumentation PlatformKnowledge BaseTechnical WritingDeveloper Docs

PageList is a JSON Structure definition published by Archbee, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pages totalCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "pages": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "title": {},
          "slug": {},
          "status": {},
          "content": {},
          "spaceId": {},
          "parentId": {},
          "updatedAt": {}
        }
      }
    },
    "totalCount": {
      "type": "int32",
      "description": "Total number of pages",
      "example": 10
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archbee/refs/heads/main/json-structure/archbee-api-page-list-structure.json",
  "name": "PageList"
}