https://ns.adobe.com/b2b/marketo/marketo-web-url
Use this mixin for web url which does not confine with URI format.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | adobe/b2b/marketo/marketo-web-url.schema.json |
{
"xdm:web": {
"xdm:webPageDetails": {
"marketo:URL": "https://www.adobe.com"
}
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:web | object |
Optional | Marketo Web URL (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:web
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:webPageDetails |
object | Optional |
undefined
xdm:webPageDetails
- is optional
- type:
object
Unknown type object
.
{
"title": "Web Page Details",
"type": "object",
"properties": {
"marketo:URL": {
"title": "URL",
"type": "string",
"description": "The normative or usual URL of the web page. This may or may not be confined to URI format"
}
},
"simpletype": "`object`"
}