Sha256: ba43f87e92ff592b035dbfaa93bc0c226efcebee4477b8195e390f6773f031bc

Contents?: true

Size: 1.53 KB

Versions: 12

Compression:

Stored size: 1.53 KB

Contents

{
    "collections": {
        "@type": "Array",
        "@url": "http://api.storageroomapp.com/accounts/4c8fd48542507175aa00002f/collections",
        "resources": [{
            "name": "Guidebooks",
            "entry_type": "Guidebook",
            "@updated_at": "2010-11-05T12:55:04Z",
            "@entries_url": "http://api.storageroomapp.com/accounts/4c8fd48542507175aa00002f/collections/4ddaf68b4d085d374a000003/entries",
            "@created_at": "2010-09-14T20:01:13Z",
            "@version": 2,
            "fields": [{
                "name": "Title",
                "required": true,
                "default_value": "",
                "allow_blank_choice": false,
                "input_type": "text_field",
                "@type": "StringField",
                "hint": "",
                "choices": [],
                "identifier": "title"
            },
            {
                "name": "PDF",
                "required": false,
                "input_type": "file",
                "@type": "FileField",
                "hint": "Upload a PDF file",
                "identifier": "pdf"
            },
            {
                "name": "location",
                "required": false,
                "input_type": "location",
                "@type": "LocationField",
                "hint": "",
                "identifier": "location"
            }],
            "@type": "Collection",
            "@url": "http://api.storageroomapp.com/accounts/4c8fd48542507175aa00002f/collections/4ddaf68b4d085d374a000003"
        }]
    }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
storage_room-0.3.24 spec/fixtures/collections.json
storage_room-0.3.23 spec/fixtures/collections.json
storage_room-0.3.22 spec/fixtures/collections.json
storage_room-0.3.21 spec/fixtures/collections.json
storage_room-0.3.20 spec/fixtures/collections.json
storage_room-0.3.19 spec/fixtures/collections.json
storage_room-0.3.18 spec/fixtures/collections.json
storage_room-0.3.17 spec/fixtures/collections.json
storage_room-0.3.16 spec/fixtures/collections.json
storage_room-0.3.15 spec/fixtures/collections.json
storage_room-0.3.14 spec/fixtures/collections.json
storage_room-0.3.13 spec/fixtures/collections.json