{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "CollectionLinks", "type": "record", "fields": [ { "name": "self", "type": "uri" }, { "name": "next", "type": "uri" }, { "name": "previous", "type": "uri" }, { "name": "last", "type": "uri" }, { "name": "first", "type": "uri" }, { "name": "up", "type": "uri" } ] }