Sha256: 6189d7403f07c6e9c60454b745d597e4d3e18c341c609bc2613a5d942ced4728

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

{
  "type"        : "object",
  "title"       : "Transactions",
  "name"        : "transactions",
  "description" : "A paginated list of Transaction objects",
  "properties"  : {
    "transactions" : {
      "type"  : "array",
      "items" : {
        "type"       : "object",
        "properties" : {
          "$ref" : "../transaction.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/transactions.json
fidor_schema-0.3.4 schema/v1.0/lists/transactions.json
fidor_schema-0.3.3 schema/v1.0/lists/transactions.json
fidor_schema-0.3.2 schema/v1.0/lists/transactions.json
fidor_schema-0.3.1 schema/v1.0/lists/transactions.json