{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-list-accessors-output-schema.json", "title": "ListAccessorsOutput", "description": "ListAccessorsOutput schema from Amazon Managed Blockchain API", "type": "object", "properties": { "Accessors": { "allOf": [ { "$ref": "#/components/schemas/AccessorSummaryList" }, { "description": "An array of AccessorSummary objects that contain configuration properties for each accessor." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": " The pagination token that indicates the next set of results to retrieve. " } ] } } }