US Army · Schema

US Army Article

Schema for a US Army news article returned from the Army Public API

ArmyFederal-GovernmentMilitaryDefenseOpen DataNews

Properties

Name Type Description
id string Unique article identifier
title string Article headline or title
summary stringnull Brief summary or lead paragraph
body stringnull Full article body text
author stringnull Article author or byline
publishedDate string Publication date and time in ISO 8601 format
updatedDate stringnull Last update date and time
tags array Subject tags categorizing the article content
imageUrl stringnull URL to the article's featured image
url stringnull Canonical URL for the article on army.mil
sourceOrg stringnull Publishing Army organization, command, or unit
View JSON Schema on GitHub

JSON Schema

us-army-article-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/us-army/refs/heads/main/json-schema/us-army-article-schema.json",
  "title": "US Army Article",
  "description": "Schema for a US Army news article returned from the Army Public API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique article identifier"
    },
    "title": {
      "type": "string",
      "description": "Article headline or title"
    },
    "summary": {
      "type": ["string", "null"],
      "description": "Brief summary or lead paragraph"
    },
    "body": {
      "type": ["string", "null"],
      "description": "Full article body text"
    },
    "author": {
      "type": ["string", "null"],
      "description": "Article author or byline"
    },
    "publishedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Publication date and time in ISO 8601 format"
    },
    "updatedDate": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Last update date and time"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Subject tags categorizing the article content"
    },
    "imageUrl": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL to the article's featured image"
    },
    "url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "Canonical URL for the article on army.mil"
    },
    "sourceOrg": {
      "type": ["string", "null"],
      "description": "Publishing Army organization, command, or unit"
    }
  },
  "required": ["id", "title", "publishedDate"]
}

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/us-army-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 email required.

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