DEV Community · Schema

Trend

Representation of a trend

Developer CommunityArticlesBloggingSocialContentOpen-Source

Properties

Name Type Description
type_of string
id integer
name string
slug string
description string
key_questions array
score number
articles_count integer
cover_image string
first_observed_at string
last_observed_at string
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

trend.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Trend",
  "description": "Representation of a trend",
  "type": "object",
  "properties": {
    "type_of": {
      "type": "string"
    },
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "description": {
      "type": "string",
      "nullable": true
    },
    "key_questions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "score": {
      "type": "number",
      "format": "float"
    },
    "articles_count": {
      "type": "integer",
      "format": "int32"
    },
    "cover_image": {
      "type": "string",
      "format": "url",
      "nullable": true
    },
    "first_observed_at": {
      "type": "string",
      "format": "date-time"
    },
    "last_observed_at": {
      "type": "string",
      "format": "date-time"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "type_of",
    "id",
    "name",
    "slug",
    "key_questions",
    "score",
    "articles_count",
    "first_observed_at",
    "last_observed_at",
    "created_at",
    "updated_at"
  ]
}

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/trend"
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.