Document360 · Schema

Document360 Article

An article published in a Document360 knowledge base project version.

DocumentationKnowledge BaseSoftware-as-a-Service

Properties

Name Type Description
id string Unique identifier for the article.
title string Title of the article.
slug string URL slug for the article.
content string Rendered HTML content of the article.
contentMarkdown string Markdown source of the article.
categoryId string Identifier of the category this article belongs to.
projectVersionId string Identifier of the project version containing the article.
languageCode string Language code (e.g., en, de) for the article.
status string Publication status of the article (e.g., draft, published).
createdAt string Timestamp when the article was created.
modifiedAt string Timestamp when the article was last modified.
View JSON Schema on GitHub

JSON Schema

document360-article-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/document360/refs/heads/main/json-schema/document360-article-schema.json",
  "title": "Document360 Article",
  "description": "An article published in a Document360 knowledge base project version.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the article."
    },
    "title": {
      "type": "string",
      "description": "Title of the article."
    },
    "slug": {
      "type": "string",
      "description": "URL slug for the article."
    },
    "content": {
      "type": "string",
      "description": "Rendered HTML content of the article."
    },
    "contentMarkdown": {
      "type": "string",
      "description": "Markdown source of the article."
    },
    "categoryId": {
      "type": "string",
      "description": "Identifier of the category this article belongs to."
    },
    "projectVersionId": {
      "type": "string",
      "description": "Identifier of the project version containing the article."
    },
    "languageCode": {
      "type": "string",
      "description": "Language code (e.g., en, de) for the article."
    },
    "status": {
      "type": "string",
      "description": "Publication status of the article (e.g., draft, published)."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the article was created."
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the article was last modified."
    }
  },
  "required": ["id", "title"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/document360-article"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.