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