Versions Compared

Key

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

...

propertyrequiredvalid valuesdescription
modelSchemayesSee Model Schema Properties and Post a Domain below.A JSON model describing the schema for the data domain; it defines the properties that make up the domains schema. The root node of the model schema is the properties element. See Valid Property Names and Valid Types for ModelSchema Properties below.
displayPropertyyesA valid model schema property nameA property defined in the modelSchema that acts as an index for the domain. The data values for the displayProperty must always be unique. See Retrieving Master Data Records; the Display Property below.
uniquenessRulesnoOne or more valid model schema property namesRequired data and their associated rules that are cache'd to make sure duplicate data entries are not POSTed to the domain. This defaults to the displayProperty if it is not provided. See UniquenessRules Property below.

...