Last active
January 31, 2024 14:57
-
-
Save juanccamachob94/3e8639ec1fc933e33b1e8fbda9544bf1 to your computer and use it in GitHub Desktop.
Data structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"modules": { | |
"sections": [ | |
{ | |
"id": "0000016b-d20b-d669-a16b-f3ebb5c10000", | |
"name": "Sección 1", | |
"selectedImage": "https://tvazteca.brightspotcdn.com/selectedImage.png", | |
"tags": [ | |
{ | |
"id": "0000018b-fd90-d6bf-afcf-ffb4a5d70000", | |
"name": "Tag 1", | |
"url": "https://tvazteca.com/aztecanoticias/tag1?section=0000016b-d20b-d669-a16b-f3ebb5c10000&limit=3&_app=true" | |
}, ... | |
], | |
"unselectedImage": "https://tvazteca.brightspotcdn.com/unselectedImage.png" | |
}, ... | |
], | |
"view": "slider" | |
}, | |
"title": "Título" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"modules": { | |
"sections": [ | |
{ | |
"id": "0000016b-d20b-d669-a16b-f3ebb5c10000", | |
"name": "Política", | |
"selectedImage": "https://tvazteca.brightspotcdn.com/dims4/default/8ec268d/2147483647/strip/true/crop/640x480+0+0/resize/928x696!/format/jpg/quality/80/?url=http%3A%2F%2Ftv-azteca-brightspot.s3.amazonaws.com%2F23%2Fa6%2F478585b847c59d78548c9c6baaa6%2Fmarge-monorriel-911.jpg", | |
"tags": [ | |
{ | |
"id": "0000018b-fd90-d6bf-afcf-ffb4a5d70000", | |
"name": "Huracán Otis", | |
"url": "https://www.tvazteca.com/aztecanoticias/huracan-otis-noticias-fuerza-informativa-azteca?section=0000016b-d20b-d669-a16b-f3ebb5c10000&limit=3&_app=true" | |
} | |
], | |
"unselectedImage": "https://tvazteca.brightspotcdn.com/dims4/default/4a0c619/2147483647/strip/true/crop/640x480+0+0/resize/928x696!/format/jpg/quality/80/?url=http%3A%2F%2Ftv-azteca-brightspot.s3.amazonaws.com%2F7e%2Fde%2Fe58733bc4497bba53b8ee646b112%2F409558.jpg" | |
}, | |
{ | |
"id": "1000016b-d20b-d669-a16b-f3ebb5c10000", | |
"name": "Finanzas", | |
"selectedImage": "https://tvazteca.brightspotcdn.com/dims4/default/4a0c619/2147483647/strip/true/crop/640x480+0+0/resize/928x696!/format/jpg/quality/80/?url=http%3A%2F%2Ftv-azteca-brightspot.s3.amazonaws.com%2F7e%2Fde%2Fe58733bc4497bba53b8ee646b112%2F409558.jpg", | |
"tags": [ | |
{ | |
"id": "0000018b-fd90-d6bf-afcf-ffb4a5d70001", | |
"name": "Otro huracán", | |
"url": "https://www.tvazteca.com/aztecanoticias/huracan-otis-noticias-fuerza-informativa-azteca-v2?section=1000016b-d20b-d669-a16b-f3ebb5c10000&limit=3&_app=true" | |
}, | |
{ | |
"id": "0000018b-fd90-d6bf-afcf-ffb4a5d70001", | |
"name": "Otro huracán más", | |
"url": "https://www.tvazteca.com/aztecanoticias/huracan-otis-noticias-fuerza-informativa-azteca-v3?section=1000016b-d20b-d669-a16b-f3ebb5c10000&limit=3&_app=true" | |
} | |
], | |
"unselectedImage": "https://tvazteca.brightspotcdn.com/dims4/default/8ec268d/2147483647/strip/true/crop/640x480+0+0/resize/928x696!/format/jpg/quality/80/?url=http%3A%2F%2Ftv-azteca-brightspot.s3.amazonaws.com%2F23%2Fa6%2F478585b847c59d78548c9c6baaa6%2Fmarge-monorriel-911.jpg" | |
} | |
], | |
"view": "slider" | |
}, | |
"title": "Secciones y Tags - Azteca Noticias" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment