{
  "@context": "http://iiif.io/api/presentation/3/context.json",
  "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-02.json",
  "type": "Manifest",
  "label": {
    "en": ["Flag of Brazil"],
    "es": ["Bandera de Brasil"],
    "none": ["flag-brasil"]
  },
  "summary": {
    "en": ["Green field with a yellow diamond framing a blue globe inspired by the night sky over Rio."],
    "es": ["Campo verde con rombo amarillo que enmarca un globo azul inspirado en el cielo nocturno de Río."],
    "none": ["flag-summary-brasil"]
  },
  "metadata": [
    {
      "label": {
        "en": ["Colors"],
        "es": ["Colores"],
        "none": ["colors"]
      },
      "value": {
        "en": ["Emerald field, golden rhombus, navy globe with white banner."],
        "es": ["Campo esmeralda, rombo dorado, globo azul marino con franja blanca."],
        "none": ["green-yellow-blue"]
      }
    },
    {
      "label": {
        "en": ["Entity"],
        "es": ["Entidad"],
        "none": ["entity"]
      },
      "value": {
        "en": ["Federative Republic of Brazil."],
        "es": ["República Federativa del Brasil."],
        "none": ["country"]
      }
    },
    {
      "label": {
        "en": ["Date"],
        "es": ["Fecha"],
        "none": ["date"]
      },
      "value": {
        "en": ["2021"],
        "es": ["2021"],
        "none": ["2021"]
      }
    },
    {
      "label": {
        "en": ["Type"],
        "es": ["Tipo"],
        "none": ["type"]
      },
      "value": {
        "en": ["Flag"],
        "es": ["Bandera"],
        "none": ["flag"]
      }
    }
  ],
  "requiredStatement": {
    "label": {
      "en": ["Usage"],
      "es": ["Uso"],
      "none": ["usage"]
    },
    "value": {
      "en": ["Fixture artwork derived from Brazilian flag colors for multilingual checks."],
      "es": ["Arte para fixtures derivado de los colores de la bandera brasileña para comprobaciones multilingües."],
      "none": ["fixture-art-brasil"]
    }
  },
  "items": [
    {
      "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-02/canvas/p1",
      "type": "Canvas",
      "width": 4271,
      "height": 2972,
      "items": [
        {
          "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-02/page/p1/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-02/annotation/p1-image",
              "type": "Annotation",
              "motivation": "painting",
              "body": {
                "id": "https://canopy-iiif.github.io/fixtures/assets/i18n/brasil.jpg",
                "type": "Image",
                "format": "image/jpeg",
                "width": 4271,
                "height": 2972
              },
              "target": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-02/canvas/p1"
            }
          ]
        }
      ]
    }
  ]
}
