{
  "extensionsUsed": ["KHR_xmp_json_ld"],
  "extensions": {
    "KHR_xmp_json_ld": {
      "packets": [
        {
          "@context": {
            "dc": "http://purl.org/dc/elements/1.1/",
            "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          },
          "@id": "",
          "dc:contributor": {
            "@set": [
              "Creator1Name",
              "Creator2Email@email.com",
              "Creator3Name<Email@email.com>"
            ]
          },
          "dc:coverage": "Bay Area, California, United States",
          "dc:creator": {
            "@list": ["CreatorName", "CreatorEmail@email.com"]
          },
          "dc:date": {
            "@list": ["2019-05-16T19:20:30+01:00"]
          },
          "dc:description": {
            "@type": "rdf:Alt",
            "rdf:_1": {
              "@language": "en-us",
              "@value": "An example of a glTF file with XMP metadata in it"
            }
          },
          "dc:format": "model/gltf+json",
          "dc:language": {
            "@set": ["en"]
          },
          "dc:publisher": {
            "@set": ["Khronos"]
          },
          "dc:title": {
            "@type": "rdf:Alt",
            "rdf:_1": {
              "@language": "en-us",
              "@value": "Sample glTF with XMP metadata"
            }
          }
        },
        {
          "@context": {
            "dc": "http://purl.org/dc/elements/1.1/",
            "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          },
          "dc:title": {
            "@type": "rdf:Alt",
            "rdf:_1": {
              "@language": "en-us",
              "@value": "My Cube Mesh"
            }
          }
        }
      ]
    }
  },
  "accessors": [
    {
      "bufferView": 0,
      "byteOffset": 0,
      "componentType": 5126,
      "count": 3456,
      "max": [10, 19.949111938476562, 10],
      "min": [-10, -0.050886999815702438, -10],
      "type": "VEC3"
    },
    {
      "bufferView": 1,
      "byteOffset": 0,
      "componentType": 5126,
      "count": 3456,
      "type": "VEC3"
    },
    {
      "bufferView": 2,
      "byteOffset": 0,
      "componentType": 5125,
      "count": 5172,
      "max": [3455],
      "min": [0],
      "type": "SCALAR"
    }
  ],
  "asset": {
    "copyright": "2017 (c) Adobe Corp",
    "minVersion": "2.0",
    "version": "2.0",
    "extensions": {
      "KHR_xmp_json_ld": {
        "packet": 0
      }
    }
  },
  "bufferViews": [
    {
      "buffer": 0,
      "byteLength": 41472,
      "byteOffset": 0
    },
    {
      "buffer": 1,
      "byteLength": 41472,
      "byteOffset": 0
    },
    {
      "buffer": 2,
      "byteLength": 20688,
      "byteOffset": 0,
      "target": 34963
    }
  ],
  "buffers": [
    {
      "byteLength": 41472,
      "uri": "MODEL_ROUNDED_CUBE_PART_1/positions.bin"
    },
    {
      "byteLength": 41472,
      "uri": "MODEL_ROUNDED_CUBE_PART_1/normals.bin"
    },
    {
      "byteLength": 20688,
      "uri": "MODEL_ROUNDED_CUBE_PART_1/indices.bin"
    }
  ],
  "materials": [
    {
      "doubleSided": true,
      "name": "Rounded Cube Material",
      "pbrMetallicRoughness": {
        "baseColorFactor": [
          0.63075679540634155,
          0.63075679540634155,
          0.63075679540634155,
          1
        ],
        "metallicFactor": 0,
        "roughnessFactor": 0.50300002098083496
      }
    }
  ],
  "meshes": [
    {
      "name": "MODEL_ROUNDED_CUBE_PART_1",
      "primitives": [
        {
          "attributes": {
            "NORMAL": 1,
            "POSITION": 0
          },
          "indices": 2,
          "material": 0,
          "mode": 4
        }
      ],
      "extensions": {
        "KHR_xmp_json_ld": {
          "packet": 1
        }
      }
    }
  ],
  "nodes": [
    {
      "mesh": 0,
      "name": "MODEL_ROUNDED_CUBE_PART_1model_N3D"
    }
  ],
  "scene": 0,
  "scenes": [
    {
      "name": "scene",
      "nodes": [0]
    }
  ]
}