Skip to content

Instantly share code, notes, and snippets.

@abhinavlal
Created July 29, 2021 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhinavlal/549083e1a339667bd8171d21cb8665b3 to your computer and use it in GitHub Desktop.
Save abhinavlal/549083e1a339667bd8171d21cb8665b3 to your computer and use it in GitHub Desktop.
[
{
"id": "infoComponent",
"version": "v1",
"content": {
"title": "This is a title",
"subtitle": "This is a subtitle"
},
"events": {
"onView": {
"actor": 13234,
"object": "doctor",
"action": "viewed",
"displayType": "mini-card"
},
"onPress": {
"actor": 13234,
"object": "doctor",
"action": "interacted",
"displayType": "mini-card"
}
},
"interactions": {
"onPress": {
"action": {
"element": "title",
"case": "deeplink",
"data": {
"url": "practo.com/doctor-profile"
}
},
"event": {
"actor": 13234,
"object": "doctor",
"action": "interacted",
"displayType": "mini-card"
}
}
}
},
{
"id": "SimpleCardComponent",
"version": "v1",
"content": {
"title": "Doctor Name",
"Subtitle": "MBSS",
"Headerline3": "$ratings$ afsafasf",
"HeaderLine4": "asfasfasf",
"HeaderLine5": "fasfasdasd",
"PrimaryImage": "http://",
"Bobyline1": "asdasd",
"Bobyline2": "asdasd",
"Bobyline3": "asdasd",
"Bobyline4": "asdasd",
"PrimaryButtonText": "Book Appointment",
"SecondaryButtonText": "Video Appointment"
},
"modifiers": {
"bold": {
"element": "Subtitle"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment