Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.63 KB

custommetadatadetails.schema.md

File metadata and controls

68 lines (39 loc) · 1.63 KB

Custom metadata details information Schema

https://ns.adobe.com/xdm/datatypes/customMetadataDetails

Custom metadata details information.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted datatypes/custommetadatadetails.schema.json

Custom metadata details information Example

{
  "xdm:name": "customName",
  "xdm:value": "customValue"
}

Custom metadata details information Properties

Property Type Required Defined by
xdm:name string Optional Custom metadata details information (this schema)
xdm:value string Optional Custom metadata details information (this schema)
* any Additional this schema allows additional properties

xdm:name

Custom Metadata Field Name

The name of the custom field.

xdm:name

  • is optional
  • type: string
  • defined in this schema

xdm:name Type

string

xdm:value

Custom Metadata Field Value

The value of the custom field.

xdm:value

  • is optional
  • type: string
  • defined in this schema

xdm:value Type

string