{
  "@context": "https://schema.org",
  "@type": "ImageGallery",
  "name": "Pelle Fredrikson - Image Gallery",
  "description": "Photos and project images from Pelle Fredrikson's portfolio",
  "url": "https://pellef.se/images.json",
  "author": {
    "@type": "Person",
    "name": "Pelle Fredrikson",
    "url": "https://pellef.se",
    "jobTitle": "Software Engineer",
    "sameAs": [
      "https://www.linkedin.com/in/pellefredrikson/"
    ]
  },
  "images": [
    {
      "@type": "ImageObject",
      "url": "https://pellef.se/assets/ariel-3d-logo.webp",
      "contentUrl": "https://pellef.se/assets/ariel-3d-logo.webp",
      "name": "Ariel 3D Logo",
      "description": "3D logo for Ariel, an AI-powered personal assistant application",
      "category": "projects",
      "associatedMedia": {
        "@type": "SoftwareApplication",
        "name": "Ariel",
        "url": "https://www.meet-ariel.com/"
      }
    },
    {
      "@type": "ImageObject",
      "url": "https://pellef.se/assets/ljustero-golf-logo.png",
      "contentUrl": "https://pellef.se/assets/ljustero-golf-logo.png",
      "name": "Ljusterö Golf Club logo",
      "description": "Ljusterö Golf Club logo — a round gold crest used as the club's brand mark",
      "category": "projects",
      "associatedMedia": {
        "@type": "SoftwareApplication",
        "name": "Medlem Ljusterö Golf",
        "url": "https://medlemljusterogolf.se"
      }
    },
    {
      "@type": "ImageObject",
      "url": "https://pellef.se/assets/firebase-logo.svg",
      "contentUrl": "https://pellef.se/assets/firebase-logo.svg",
      "name": "Firebase logo",
      "description": "Firebase logo representing the React Native Firebase open source contribution",
      "category": "projects",
      "associatedMedia": {
        "@type": "SoftwareApplication",
        "name": "React Native Firebase",
        "url": "https://github.com/invertase/react-native-firebase/issues/8442"
      }
    }
  ]
}