Naviga Photos
1.1.1
1.1.1
  • Welcome to Naviga Photos!
  • Introduction
    • What is Naviga Photos?
  • User Guide
    • Top menu
    • Uploading photos
      • Manage the list
    • Metadata settings
      • Individual metadata
      • Reset metadata
      • Mandatory metadata
      • Remove photo from selection
    • History
    • Find uploaded photos
      • Manage metadata settings
      • Download photos
    • Navigation and hotkeys
  • Admin Guide
    • Installation and upgrade
    • Requirements
    • Changelog
    • Permissions
    • Configuration
      • Metadata
        • XMP
        • IPTC
        • EXIF
      • Providers
        • ICP configuration examples
      • Validation
      • Mappings
Powered by GitBook
On this page

Was this helpful?

  1. Admin Guide
  2. Configuration

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"
}
PreviousValidation

Last updated 5 years ago

Was this helpful?