APIs.io · Schema

Include

Include other APIs.json file

API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch Engine

Properties

Name Type Description
name string
url string
View JSON Schema on GitHub

JSON Schema

apis-io-search-include-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-include-schema.json",
  "title": "Include",
  "description": "Include other APIs.json file",
  "required": [
    "name",
    "url"
  ],
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1
    },
    "url": {
      "type": "string",
      "pattern": "^(http)|(https)://(.*)$"
    }
  },
  "type": "object"
}