APIs.io · JSON Structure

Apis Io Search Property Structure

A representation of a URL

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

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

Properties

type 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-property-structure.json",
  "name": "Property",
  "description": "A representation of a URL",
  "required": [
    "type",
    "url"
  ],
  "properties": {
    "type": {
      "type": "string",
      "pattern": "^(Swagger)$|^(RAML)$|^(Blueprint)$|^(WADL)$|^(WSDL)$|^(TermsOfService)$|^(InterfaceLicense)$|^(StatusPage)$|^(Pricing)$|^(Forums)$|^(AlertsTwitterHandle)$|^(X-[A-Za-z0-9\\-]*)$",
      "enum": [
        "Swagger",
        "RAML",
        "Blueprint",
        "WADL",
        "WSDL",
        "TersmOfService",
        "InterfaceLicense",
        "StatusPage",
        "Pricing",
        "Forums"
      ]
    },
    "url": {
      "type": "string",
      "pattern": "^(http)|(https)://(.*)$"
    }
  },
  "type": "object"
}