Mappings

Open Content Property mappings

Concepts

Key

Type

Description

uuid

string

Enter the name of this property from OC

name

string

Enter the name of this property from OC

type

string

Enter the name of this property from OC

avatar

object

The object contains a single key, "property" with the name of the relation to avatar.

Example:

{
    "uuid": "uuid",
    "name": "ConceptName",
    "type": "ConceptImTypeFull",
    "avatar": {
        "property": "ConceptAvatarRelation"
    }
}

Avatars

Key

Type

Description

uuid

string

Enter the name of this property from OC

filename

string

Enter the name of this property from OC

{
    "uuid": "uuid",
    "filename": "WriterFilename"
}

Images

Key

Type

Description

uuid

string

Enter the name of this property from OC

author

string

Enter the name of this property from OC

filename

string

Enter the name of this property from OC

updated

string

Enter the name of this property from OC

{
    "uuid": "uuid",
    "author": "WriterAuthors",
    "filename": "WriterFileName",
    "updated": "updated"
}

Last updated