Tag Motation

What is Tag Motation?

The tag Motation object is a dependency of a content Motation. It defines any tags related to a content Motation.

Structure

Below is the structure of the tag Motation object and what each attribute is for. Every source connector that supports tag Motation objects must create a tag Motation with the required fields. And every destination connector supports tag Motation objects must support a tag Motation with only the required fields.

  • systems (*array | required) The system that the Motation came from.

    • name (*string | required) Name of the system.

    • date (*string | required) Date the Motation was built from the system.

    • version (*string | optional) Version of the system.

  • tags (*array | required) List of tags associated with content Motation.

    • id (*object | required) ID of tag.

      • value (*string | required) Single ID of tag.

      • label (*string | optional) Label of ID.

    • name (*string | required) Name of tag.

    • domainName (*string | optional) Name of domain the tag lives at. Matches a domain name in domain Motation.

    • domainId (*string | optional) ID of a domain the tag lives at. Matches ID in a domain Motation.

      • value (*string | required) Single ID of domain.

      • label (*string | optional) Label of ID.

    • system (*object | optional) Key/Value repository specific values.

  • key (*object | required) Used to create a unique ID based on a hash of values from fields.

    • fields (*array | required) The fields in the folder Motation to use to build the hash.

      • name (*string | required) Name of the field to use in the hash ID.

      • id (*object | required) ID of the field.

        • value (*string | required) Single ID of the field.

        • label (*string | optional) Label of the field.

  • audit (*array | required)

    • date (*string | required) Date the raw data was picked up.

    • user (*object | optional) User that picked up the definition.

      • id (*object | required) ID of the user.

        • value (*string | required) Single ID value for the user. Always Impulse ID.

        • label (*string | optional) Label for the ID.

      • name (*string | optional) Name associated with the user.

      • email (*string | optional) Email associated with the user.

      • username (*string | optional) Username associated with the user.

Last updated