ironic/api-ref/source/samples/shards-list-response.json
Jay Faulkner a72aad5354 Make all API samples valid JSON
As part of the migration to pre-commit for CI, we will begin linting
JSON files in the repo. These were all invalid JSON and are being
updated in anticipation of that update.

Change-Id: Ib6c7581fb20211d2b7134f506286c73e5c2cd6bb
2024-10-29 14:55:44 -07:00

13 lines
147 B
JSON

{
"shards": [
{
"count": 47,
"name": "example_shard1"
},
{
"count": 46,
"name": "example_shard2"
}
]
}