diff --git a/content/project/export/index.md b/content/project/export/index.md index faaae82511366e31559a523646c91cadb398684d..8e4b8d6472b16239c020962b663568c810c2cb3e 100644 --- a/content/project/export/index.md +++ b/content/project/export/index.md @@ -106,11 +106,11 @@ Name | Type | Description ---- | ---- | ----------- id | `VARCHAR(37)` | UUID of the metadata. element_id | `VARCHAR(37)` | UUID of the element this metadata belongs to. -`name` | `VARCHAR(250)` | Name of the metadata. -`type` | `VARCHAR(50)` | Type of the metadata: `text`, `date`, `reference`, etc. -`value` | `TEXT` | Value of the metadata. -`entity_id` | `VARCHAR(37)` | UUID of an entity linked to this metadata. Nullable. -`worker_version_id` | `VARCHAR(37)` | UUID of a worker version that created this entity. Nullable. +name | `VARCHAR(250)` | Name of the metadata. +type | `VARCHAR(50)` | Type of the metadata: `text`, `date`, `reference`, etc. +value | `TEXT` | Value of the metadata. +entity_id | `VARCHAR(37)` | UUID of an entity linked to this metadata. Nullable. +worker_version_id | `VARCHAR(37)` | UUID of a worker version that created this entity. Nullable. ### transcription