{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/APIList", "title": "APIList", "type": "object", "properties": { "apis": { "type": "array", "items": { "$ref": "#/components/schemas/API" } } } }