{ "type": "object", "properties": { "results": { "type": "array", "example": [ { "id": "500123", "type": "standard" } ], "items": { "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "type": { "type": "string", "example": "standard" } } } }, "paging": { "type": "object", "properties": { "next": { "type": "object", "example": { "after": "example-value" }, "properties": { "after": { "type": "string" } } } } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CollectionResponseAssociation" }