| 12345678910111213141516171819202122232425 |
- {
- "name": "CNART",
- "description": "ChuckNoriumArtwork",
- "image": "https://pngimg.com/image/31756",
- "image_integrity": "sha256-/tih/7ew0eziEZIVD4qoTWb0YrElAuRG3b40SnEstyk=",
- "properties": {
- "simple_property": "ChuckNorium artwork",
- "rich_property": {
- "name": "ChuckNoriumArt",
- "value": "001",
- "display_value": "001",
- "class": "emphasis",
- "css": {
- "color": "#ffffff",
- "font-weight": "bold",
- "text-decoration": "underline"
- }
- },
- "array_property": {
- "name": "Artwork",
- "value": [1, 2, 3, 4],
- "class": "emphasis"
- }
- }
- }
|