APIs.io · JSON Structure

Apis Io Search Contact Structure

Information on contacting the API support

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

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

Properties

FN email organizationName adr tel X-github photo vCard 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-contact-structure.json",
  "name": "Contact",
  "description": "Information on contacting the API support",
  "required": [
    "FN"
  ],
  "properties": {
    "FN": {
      "type": "string",
      "minLength": 1
    },
    "email": {
      "type": "string",
      "format": "email"
    },
    "organizationName": {
      "type": "string",
      "minLength": 1
    },
    "adr": {
      "type": "string"
    },
    "tel": {
      "type": "string",
      "minLength": 1
    },
    "X-github": {
      "type": "string"
    },
    "photo": {
      "type": "string",
      "pattern": "^(http)|(https)://(.*)$"
    },
    "vCard": {
      "type": "string",
      "pattern": "^(http)|(https)://(.*)$"
    },
    "url": {
      "type": "string",
      "pattern": "^(http)|(https)://(.*)$"
    }
  },
  "type": "object"
}