OptionalextensionsDictionary object with extension-specific objects
OptionalextrasApplication-Specific data
OptionalnameThe user-defined name of this object
OptionaluriThe uri of the image. Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri. The image format must be jpg or png
OptionalmimeThe image's MIME type
OptionalbufferThe index of the bufferView that contains the image. Use this instead of the image's uri property
Image data used to create a texture. Image can be referenced by URI or bufferView index. mimeType is required in the latter case