Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 1.96 KB

marketo-web-url.schema.md

File metadata and controls

87 lines (56 loc) · 1.96 KB

Marketo Web URL Schema

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

Marketo Web URL Example

{
  "xdm:web": {
    "xdm:webPageDetails": {
      "marketo:URL": "https://www.adobe.com"
    }
  }
}

Marketo Web URL Properties

Property Type Required Defined by
xdm:web object Optional Marketo Web URL (this schema)
* any Additional this schema allows additional properties

xdm:web

Web

xdm:web

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

xdm:web Type

object with following properties:

Property Type Required
xdm:webPageDetails object Optional

xdm:webPageDetails

Web Page Details

undefined

xdm:webPageDetails

  • is optional
  • type: object
xdm:webPageDetails Type

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`"
}