APIs.io · JSON Structure

Apis Io Search Search Structure

An JSON API object with metadata, data, and links.

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

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

Properties

meta data links

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-search-structure.json",
  "name": "Search",
  "description": "An JSON API object with metadata, data, and links.",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "data": {
      "$ref": "#/components/schemas/APIs"
    },
    "links": {
      "$ref": "#/components/schemas/Link"
    }
  },
  "required": [
    "meta",
    "data",
    "links"
  ]
}