{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountEndpoints", "title": "AccountEndpoints", "type": "object", "readOnly": true, "properties": { "catalog": { "type": "string" }, "guardian": { "type": "string" }, "scan": { "type": "string" } } }