Sha256: 105c9d2ccf0b299ad2a30ea905cdcb80b8685ac0a2ee8e01d3101a748eb417fb

Contents?: true

Size: 737 Bytes

Versions: 6

Compression:

Stored size: 737 Bytes

Contents

{
  "type"        : "object",
  "title"       : "List",
  "name"        : "list",
  "description" : "A paginated list of objects",
  "properties"  : {
    "data" : {
      "description"  : "The requested objects",
      "type"  : "array"
    },
    "collection" : {
      "type"        : "object",
      "name"        : "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

6 entries across 6 versions & 1 rubygems

Version Path
fidor_schema-0.5.1 schema/v1.0/base_types/lists.json
fidor_schema-0.5.0 schema/v1.0/base_types/lists.json
fidor_schema-0.4.3 schema/v1.0/base_types/lists.json
fidor_schema-0.4.2 schema/v1.0/base_types/lists.json
fidor_schema-0.4.1 schema/v1.0/base_types/lists.json
fidor_schema-0.4.0 schema/v1.0/base_types/lists.json