Aligned News · Schema

Section

An Aligned News section used to organize stories.

AINewsIntelligenceMCPSignals

Properties

Name Type Description
slug string
name string
description string
View JSON Schema on GitHub

JSON Schema

aligned-news-section-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aligned-news/refs/heads/main/json-schema/aligned-news-section-schema.json",
  "title": "Section",
  "description": "An Aligned News section used to organize stories.",
  "type": "object",
  "properties": {
    "slug": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" }
  },
  "required": ["slug", "name"]
}