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:

  1. ImageInfo: info.json: the base image data such as resolution, image type, and basic image settings. This is accessible in JS as info as the Readable store, and $info for its current value.

  2. ImageCultureData: data.{culture}.json: image content per language published, which is accessible in JS as data as the Writable store, and $data for its current value.

Index

Namespaces

Generated using TypeDoc