Sha256: 58132b5198f1ab572b535d4a50f5fecfe8c61e7b07ebc0d6b2cb8d1b3ebf0cbd
Contents?: true
Size: 711 Bytes
Versions: 14
Compression:
Stored size: 711 Bytes
Contents
{ "type" : "object", "title" : "List", "description" : "A paginated list of objects", "properties" : { "data" : { "description" : "The requested objects", "type" : "array" }, "collection" : { "type" : "object", "title" : "Collection", "description" : "Pagination information for a list of returned object (not standalone)", "properties" : { "current_page" : { "type" : "integer" }, "per_page" : { "type" : "integer" }, "total_entries" : { "type" : "integer" }, "total_pages" : { "type" : "integer" } } } } }
Version data entries
14 entries across 14 versions & 1 rubygems