Sha256: a87cef945bc41a4577ac9129ff9fcec82ee941594ca4cc5e870467cb652e51c2

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 Bytes

Contents

{
  "type"        : "object",
  "title"       : "Customers",
  "name"        : "customers",
  "description" : "A paginated list of Customer objects",
  "properties"  : {
    "customers" : {
      "type"  : "array",
      "items" : {
        "type"       : "object",
        "properties" : {
          "$ref" : "../customer.json#properties"
        }
      }
    },
    "links"      : {},
    "collection" : {
      "$ref" : "./collection.json#"
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fidor_schema-0.3.5 schema/v1.0/lists/customers.json
fidor_schema-0.3.4 schema/v1.0/lists/customers.json
fidor_schema-0.3.3 schema/v1.0/lists/customers.json
fidor_schema-0.3.2 schema/v1.0/lists/customers.json
fidor_schema-0.3.1 schema/v1.0/lists/customers.json