APIs.io · JSON Structure

Apis Io Search Meta Structure

Meta schema from APIs.io Search API

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

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

Properties

search type limit page totalPages

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-meta-structure.json",
  "name": "Meta",
  "description": "Meta schema from APIs.io Search API",
  "type": "object",
  "properties": {
    "search": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "limit": {
      "type": "int32"
    },
    "page": {
      "type": "int32"
    },
    "totalPages": {
      "type": "int32"
    }
  },
  "required": [
    "totalPages",
    "page",
    "limit"
  ]
}