Aligned News · JSON Structure

Aligned News Section Structure

An Aligned News section used to organize stories.

Type: object Properties: 3 Required: 2
AINewsIntelligenceMCPSignals

Section is a JSON Structure definition published by Aligned News, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

slug name description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aligned-news/refs/heads/main/json-structure/aligned-news-section-structure.json",
  "name": "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"]
}