{ "$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-add-ap-is-json-schema.json", "title": "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)://(.*)$" } } }