APIs.io · JSON Structure

Apis Io Search Add Ap Is Json Structure

AddAPIsJSON schema from APIs.io Search API

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

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

Properties

url

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-add-ap-is-json-structure.json",
  "name": "AddAPIsJSON",
  "description": "AddAPIsJSON schema from APIs.io Search API",
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "URL where the apis.json file will live",
      "pattern": "^(http)|(https)://(.*)$"
    }
  }
}