resources

Type
Array
Common to All
No
Description

Refer here.

Attributes

NameTypeDescription
Array

can contain multiple cta objects

String

https://files-myxp.gevme.com/misc…”

String

“ctaText”

String

“PDF File”

Boolean

true

String

https://files-myxp.gevme.com/…”

Enum

“pdf” | “link” | “image”

Example

"resources": [
	{
	    "link": "https://venues-sdk.gevme.com/assets/sample.pdf",
	    "openInNewWindow": true,
	    "type": "pdf",
	    "label": "Resource file name 1",
	    "labelVisibility": true,
	    "ctaIcon": "https://venues-sdk.gevme.com/assets/resources-pdf-icon.svg",
	    "ctaText": "Download"
	},
	{
	    "link": "https://venues-sdk.gevme.com/assets/sample.pdf",
	    "openInNewWindow": true,
	    "type": "pdf",
	    "label": "Resource file name 2",
	    "labelVisibility": true,
	    "ctaIcon": "https://venues-sdk.gevme.com/assets/resources-pdf-icon.svg",
	    "ctaText": "Download"
	},
	{
	    "link": "https://venues-sdk.gevme.com/assets/sample.pdf",
	    "openInNewWindow": true,
	    "type": "pdf",
	    "label": "Resource file name 3",
	    "labelVisibility": true,
	    "ctaIcon": "https://venues-sdk.gevme.com/assets/resources-pdf-icon.svg",
	    "ctaText": "Download"
	}
]