└── attributes.json /attributes.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "TRẦN THỊ THUỲ NHI", 4 | "description": "", 5 | "image": "https://leenguyenzz.github.io/mp3/assets/img/1.jpg", 6 | "attributes": [ 7 | { 8 | "display_type": "date", 9 | "trait_type": "birthday", 10 | "value": 846867600 11 | }, 12 | { 13 | "trait_type": "Nơi sinh", 14 | "value": "Tx. Quảng Trị" 15 | }, 16 | { 17 | "trait_type": "Quốc Tịch", 18 | "value": "Việt Nam" 19 | }, 20 | { 21 | "trait_type": "Tôn giáo", 22 | "value": "Thiên Chúa Giáo" 23 | } 24 | ] 25 | } 26 | ] 27 | --------------------------------------------------------------------------------