{ "type": "object", "description": "Association results for an object", "name": "AssociationResult", "properties": { "results": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" } } } }, "paging": { "type": "object", "description": "Pagination information", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string", "description": "Cursor for the next page" }, "link": { "type": "string", "description": "Link to the next page" } } }, "prev": { "type": "object", "properties": { "before": { "type": "string", "description": "Cursor for the previous page" }, "link": { "type": "string", "description": "Link to the previous page" } } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }