mirror of
https://github.com/minio/minio.git
synced 2024-12-27 15:45:55 -05:00
1f262daf6f
This is to ensure that there are no projects that try to import `minio/minio/pkg` into their own repo. Any such common packages should go to `https://github.com/minio/pkg`
27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"id": "0001",
|
|
"type": "donut",
|
|
"name": "Cake",
|
|
"ppu": 0.55,
|
|
"batters":
|
|
{
|
|
"batter":
|
|
[
|
|
{ "id": "1001", "type": "Regular" },
|
|
{ "id": "1002", "type": "Chocolate" },
|
|
{ "id": "1003", "type": "Blueberry" },
|
|
{ "id": "1004", "type": "Devil's Food" }
|
|
]
|
|
},
|
|
"topping":
|
|
[
|
|
{ "id": "5001", "type": "None" },
|
|
{ "id": "5002", "type": "Glazed" },
|
|
{ "id": "5005", "type": "Sugar" },
|
|
{ "id": "5007", "type": "Powdered Sugar" },
|
|
{ "id": "5006", "type": "Chocolate with Sprinkles" },
|
|
{ "id": "5003", "type": "Chocolate" },
|
|
{ "id": "5004", "type": "Maple" }
|
|
]
|
|
}
|