Include other APIs.json file
{ "$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-include-schema.json", "title": "Include", "description": "Include other APIs.json file", "required": [ "name", "url" ], "properties": { "name": { "type": "string", "minLength": 1 }, "url": { "type": "string", "pattern": "^(http)|(https)://(.*)$" } }, "type": "object" }