APIs.io · Schema

metaInformation

Metadata about the API

API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch Engine

Properties

Name Type Description
key string
value string
View JSON Schema on GitHub

JSON Schema

apis-io-search-meta-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apis-io/refs/heads/main/json-schema/apis-io-search-meta-information-schema.json",
  "title": "metaInformation",
  "description": "Metadata about the API",
  "required": [
    "key",
    "value"
  ],
  "properties": {
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "type": "object"
}