Sha256: b078e4f4bc195ae45898668be28038e16e5984ffc5d53f31fdd52f5c2c51a07e

Contents?: true

Size: 1.42 KB

Versions: 3

Compression:

Stored size: 1.42 KB

Contents

{
  "title": "My Gallery",
  "groups": {
    "author": [
      {
        "id": "John Doe",
        "uri": "white.jpg",
        "brief": "Best photographer ever"
      },
      {
        "id": "Jane Doe",
        "uri": "thumb12.jpg"
      }
    ],
    "location": [
      {
        "id": "New York, USA",
        "uri": "alpha.png"
      },
      {
        "id": "Paris, France",
        "brief": "The City of Light"
      },
      {
        "id": "Tokyo, Japan"
      }
    ],
    "camera": [
      {
        "id": "Apple iPhone 11"
      },
      {
        "id": "Canon EOS 5D MARK IV"
      }
    ]
  },
  "pictures": [
    {
      "uri": "white.jpg",
      "datetime": "2019:07:22 09:41:31",
      "author": "John Doe",
      "location": "Paris, France",
      "camera": "Apple iPhone 11"
    },
    {
      "uri": "./alpha.png",
      "datetime": "2020:06:19 07:51:05",
      "flash": false,
      "author": "Jane Doe",
      "location": "Tokyo, Japan"
    },
    {
      "uri": "pic3.jpg",
      "datetime": "2020:06:20 18:14:09",
      "flash": true,
      "author": "Jane Doe",
      "location": "New York, USA"
    },
    {
      "uri": "sample-db.json",
      "datetime": "2020:06:20 06:09:54",
      "flash": true,
      "author": "Jane Doe",
      "location": "Paris, France",
      "camera": "Canon EOS 5D MARK IV"
    },
    {
      "datetime": "2019:07:22 09:45:17",
      "author": "John Doe",
      "location": "Tokyo, Japan"
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
intranet-pictures-2.2.0 spec/intranet/pictures/sample-db.json
intranet-pictures-2.1.0 spec/intranet/pictures/sample-db.json
intranet-pictures-2.0.0 spec/intranet/pictures/sample-db.json