APIs.io · JSON Structure

Apis Io Search Maintainer Structure

The person or organization responsible for maintaining the API.

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

Maintainer 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

name

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-maintainer-structure.json",
  "name": "Maintainer",
  "description": "The person or organization responsible for maintaining the API.",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "name",
      "minLength": 5
    }
  },
  "additionalProperties": {
    "type": "string"
  },
  "type": "object"
}