Massey University · Schema

Massey M-API News Article

A news article record returned by the Massey University M-API v1 at path news/articles. Field names and semantics are taken from Massey's own published 'Valid return fields' table at https://www.massey.ac.nz/api/v1/. Types are inferred from that documentation; Massey publishes no schema of its own.

EducationHigher EducationUniversityNew ZealandResearchResearch DataOpen AccessInstitutional RepositoryOAI-PMHDSpaceIdentity FederationShibbolethSAMLDataCiteCrossrefLibrary

Properties

Name Type Description
uuid string Article identifier (GUID).
type_uuid string Article type identifier (GUID).
type string Human-readable article type, e.g. 'University News'.
title string
slug string
summary string
body string Full article body. Returned only when requested through the args 'fields' argument.
thumbnail string
image string Returned only when requested through the args 'fields' argument.
created string Creation timestamp. Non-ISO format, e.g. 'March, 23 2020 16:03:48 +1300'.
modified string
released string
View JSON Schema on GitHub

JSON Schema

massey-mapi-news-article.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/massey/refs/heads/main/json-schema/massey-mapi-news-article.json",
  "title": "Massey M-API News Article",
  "description": "A news article record returned by the Massey University M-API v1 at path news/articles. Field names and semantics are taken from Massey's own published 'Valid return fields' table at https://www.massey.ac.nz/api/v1/. Types are inferred from that documentation; Massey publishes no schema of its own.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "https://www.massey.ac.nz/api/v1/"
  },
  "type": "object",
  "properties": {
    "uuid": { "type": "string", "description": "Article identifier (GUID)." },
    "type_uuid": { "type": "string", "description": "Article type identifier (GUID)." },
    "type": { "type": "string", "description": "Human-readable article type, e.g. 'University News'." },
    "title": { "type": "string" },
    "slug": { "type": "string" },
    "summary": { "type": "string" },
    "body": { "type": "string", "description": "Full article body. Returned only when requested through the args 'fields' argument." },
    "thumbnail": { "type": "string" },
    "image": { "type": "string", "description": "Returned only when requested through the args 'fields' argument." },
    "created": { "type": "string", "description": "Creation timestamp. Non-ISO format, e.g. 'March, 23 2020 16:03:48 +1300'." },
    "modified": { "type": "string" },
    "released": { "type": "string" }
  },
  "additionalProperties": true
}

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/massey-mapi-news-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.