Mappings

Open Content Property mappings

Concepts

Example:

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

Avatars

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

Images

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

Suggest search configuration

Configuration for suggest search which is used when finding existing photos.

{
        "suggestFields": [
                {
                        "name": "NavigaPhotosPhotographer",
                        "order": 10
                },
                {
                        "name": "WriterAuthors",
                        "order": 10
                },
                {
                        "name": "NavigaPhotosTags",
                        "order": 10
                }
        ],
        "suggestLabels": {
                "NavigaPhotosPhotographer": "Photographer",
                "WriterAuthors": "Author",
                "NavigaPhotosTags": "Tags"
        },
        "searchOptions": {
                "limit": 24,
                "defaultQuery": "*",
                "filterQuery": "contenttype: Image",
                "sortField": "updated",
                "sortAscending": false
        }
}

Photo date field

The name of the OC property containing the photo date. If omitted, date fields in suggest search are not shown.

NavigaPhotosPhotoDate