A newer version is available. For the latest information, see the
current release documentation.
MetadataItems
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
MetadataItems
editThe container object for metadata items.
Properties
edit-
items(array[MetadataItem], required) - A collection of arbitrary metadata items associated with a resource.
Example
edit{
"items" : [
{
"key" : "string",
"value" : "string"
}
]
}