This page details the JSON data models used by Micrio.
This data is created in the Micrio editor, and published as static JSON file per image, and optionally any language-specific data such as image markers, tours, audio, etc.
Each Micrio image uses two data sources:
ImageInfo: info.json: the base image data such as resolution, image type, and basic image settings. This is accessible in JS as MicrioImage.info as the Readable store, and MicrioImage.$info for its current value.
Micrio JSON data model
This page details the JSON data models used by Micrio.
This data is created in the Micrio editor, and published as static JSON file per image, and optionally any language-specific data such as image markers, tours, audio, etc.
Each Micrio image uses two data sources:
ImageInfo
:info.json
: the base image data such as resolution, image type, and basic image settings. This is accessible in JS asMicrioImage.info
as theReadable
store, andMicrioImage.$info
for its current value.ImageCultureData
:data.{culture}.json
: image content per language published, which is accessible in JS asMicrioImage.data
as theWritable
store, andMicrioImage.$data
for its current value.