Sha256: 1beb6f4443017af9a14d883bd51ccbbd9ce8152ce9f3d3164e48d48c5874fcb2

Contents?: true

Size: 1.49 KB

Versions: 15

Compression:

Stored size: 1.49 KB

Contents

{
    "collections": {
        "@type": "Array",
        "@url": "http://api.storageroomapp.com/accounts/4c8fd48542507175aa00002f/collections",
        "resources": [{
            "name": "Guidebooks",
            "@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

15 entries across 15 versions & 1 rubygems

Version Path
storage_room-0.3.12 spec/fixtures/collections.json
storage_room-0.3.11 spec/fixtures/collections.json
storage_room-0.3.10 spec/fixtures/collections.json
storage_room-0.3.9 spec/fixtures/collections.json
storage_room-0.3.8 spec/fixtures/collections.json
storage_room-0.3.7 spec/fixtures/collections.json
storage_room-0.3.6 spec/fixtures/collections.json
storage_room-0.3.5 spec/fixtures/collections.json
storage_room-0.3.4 spec/fixtures/collections.json
storage_room-0.3.3 spec/fixtures/collections.json
storage_room-0.3.2 spec/fixtures/collections.json
storage_room-0.3.1 spec/fixtures/collections.json
storage_room-0.3.0 spec/fixtures/collections.json
storage_room-0.2.1 spec/fixtures/collections.json
storage_room-0.2.0 spec/fixtures/collections.json