APIs.io · JSON Structure

Apis Io Search Link Structure

Link schema from APIs.io Search API

Type: object Properties: 5 Required: 1
API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch Engine

Link is a JSON Structure definition published by APIs.io, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

self first prev next last

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/apis-io/refs/heads/main/json-structure/apis-io-search-link-structure.json",
  "name": "Link",
  "description": "Link schema from APIs.io Search API",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "first": {
      "type": "string"
    },
    "prev": {
      "type": "string"
    },
    "next": {
      "type": "string"
    },
    "last": {
      "type": "string"
    }
  },
  "required": [
    "self"
  ]
}