{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AssetsListResponse", "type": "object", "properties": { "base": { "type": "string", "description": "Base URL for API" }, "resources": { "type": "array" } } }