Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Represents an attribute of a persona.

It is accessible through the following HTTP interfaces:

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

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

  • No labels