| Name | Type | Description | Additional information |
|---|---|---|---|
| tmGuid | Guid | The Guid of the translation memory |
| Name | Type | Description |
|---|---|---|
| List | List<TMMetaScheme> | |
| Name | String | The name of the custom meta property. |
| PropertyType | TMPropertyTypes (enum) | Possible enum values: 0:PlainText; 1:Integer; 2:Date; 3:PickListSingle; 4:PickListMultiple; The type of the custom meta property. |
| ValueSet | String[] | The valueset of the custom meta property. |
[
{
"PropertyType": 1,
"Name": "Custom meta",
"ValueSet": [
"1"
]
},
{
"PropertyType": 1,
"Name": "Custom meta",
"ValueSet": [
"1"
]
},
{
"PropertyType": 1,
"Name": "Custom meta",
"ValueSet": [
"1"
]
}
]