resources

Type
Array
Common to All
No
Description
Refer here.

Attributes

NameTypeDescription
Array
can contain multiple cta objects
String
String
“ctaText”
String
“PDF File”
Boolean
true
String
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"
	}
]