Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Schemas are templates that are used in Orbita for saving/viewing data.Data in Orbita is stored in documents, that are organized into collections. 

A document schema is a JSON object that allows you to define the definition of the items stored in the documents.  Some of the common items are: Strings, Numbers, and Booleans.

In Orbita we enable developers to create and modify 3 different types of collection:

  1. User Personas – Example are: Clinician, Patient, and Caregiver, each would have different meta data associated with them.

  2. Content Schemas – To collect Content used in your application. also used to define the Orbita Answers Fact structure. 

  3. Data Schemas – Used to define any custom data being collected.  Data Schemas are the same as Content Schemas except for where you find them in the Orbita Portal.

 

More documents on schemas are shown below

...