"metadatas"
Configures the custom attribute definitions of the document/directory in display order. For more information, see Entity Metadata.
Example
"metadatas": {
"metadata": [
{
"displayName": "SAP Document Number",
"key": "sapDocNo",
"object": 1,
"type": "text"
},
{
"displayName": "SAP Document Version",
"key": "sapDocRev",
"object": 1,
"type": "int"
}
]
},
Properties
Property Name
Description
Default Value
"object"
The following values are accepted:
1: Document.
2: Directory.
6: Wiki page.
1
"key"
The key or name of the attribute.
* 
Every object must have a unique key.
"type"
The type of the attribute, for example: "string", "text", "int[eger]", "decimal", "float", "double", "bool[ean]", "date[time]".
"text"
Was this helpful?