Link

Entity

Note: This feature is highly custom for publishers, so the below document might be different according to your needs. If you are a publisher, please connect with Quintype support, so that we can guide you with this feature.

Entity helps you to manage content and related information together, Entity can represent anything in the real world

Format

{
  "external-id": "entity-<ID>",
  "type": "type of entity",
  "name": "entity name",
  "created_at": 1234567890,
  "updated_at": 1234567890
}

Schema

Key Type
external-id * String
type * String
name * String
created_at Epoch time in milliseconds
updated_at Epoch time in milliseconds

Notes

[1] All mandatory fields are marked with an *