Skip to content

Instantly share code, notes, and snippets.

@marcherdiego
Created August 1, 2020 18:39
Show Gist options
  • Save marcherdiego/603e6118853ffdec595c58f4e5b1398f to your computer and use it in GitHub Desktop.
Save marcherdiego/603e6118853ffdec595c58f4e5b1398f to your computer and use it in GitHub Desktop.
[
{
"screenId": 1,
"screenName": "Main",
"screenFields": [
{
"fieldId": 1,
"fieldName": "title",
"fieldValue": [
{
"propertyId": 1,
"propertyName": "title",
"propertyValue": [
{
"valueId": 1,
"valueName": "long_text",
"valueString": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
]
}
]
},
{
"fieldId": 2,
"fieldName": "description",
"fieldValue": [
{
"propertyId": 1,
"propertyName": "description",
"propertyValue": [
{
"valueId": 1,
"valueName": "long_text",
"valueString": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
]
}
]
},
{
"fieldId": 2,
"fieldName": "description",
"fieldValue": [
{
"propertyId": 1,
"propertyName": "description",
"propertyValue": [
{
"valueId": 1,
"valueName": "long_text",
"valueString": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
]
}
]
},
{
"fieldId": 3,
"fieldName": "image",
"fieldValue": [
{
"propertyId": 1,
"propertyName": "image",
"propertyValue": [
{
"valueId": 1,
"valueName": "long_text",
"valueString": "https://picsum.photos/400/400"
}
]
}
]
},
{
"fieldId": 4,
"fieldName": "long_text",
"fieldValue": [
{
"propertyId": 1,
"propertyName": "long_text",
"propertyValue": [
{
"valueId": 1,
"valueName": "long_text",
"valueString": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
]
}
]
}
]
},
{
"screenId": 2,
"screenName": "ProductsList",
"screenFields": [
{
"fieldId": 1,
"fieldName": "products",
"fieldValue": [
{
"propertyId": 1,
"propertyName": "products",
"propertyValue": [
{
"valueId": 1,
"valueName": "product_name",
"valueString": "Nombre 1"
},
{
"valueId": 2,
"valueName": "product_description",
"valueString": "Descripción 1"
},
{
"valueId": 3,
"valueName": "product_image",
"valueString": "http://lorempixel.com/g/400/400/"
}
]
},
{
"propertyId": 2,
"propertyName": "products",
"propertyValue": [
{
"valueId": 1,
"valueName": "product_name",
"valueString": "Nombre 2"
},
{
"valueId": 2,
"valueName": "product_description",
"valueString": "Descripción 2"
},
{
"valueId": 3,
"valueName": "product_image",
"valueString": "http://lorempixel.com/g/600/600/"
}
]
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment