Versions Compared

Key

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

...

SCHEMA

Name

Description

_id

The id of this attribute.

organisation

The id of the organisation this attribute belongs to.

personaId

The id of the persona this attribute belongs to.

key

The name of the attribute.

value

The value of the attribute.

EXAMPLE

Code Block
{
  "_id" : "59c1219936229d4ce9634601",
  "organisation" : "59c1219936229d4ce9634602",
  "personaId": "59c1219936229d4ce9634603",
  "key": "hair-colour",
  "value": "brown"
}

...