Options
All
  • Public
  • Public/Protected
  • All
Menu

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 MicrioImage.info as the Readable store, and MicrioImage.$info for its current value.

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

Index

Generated using TypeDoc