6537ff2136
Slight rewrite of the stores discovery section of the api-ref to indicate which elements of the response are optional and to remove mention of the store type from the descriptions. Change-Id: I8261de878fcaff1e498f7a3e152df7d980d0560c
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"stores": [
|
|
{
|
|
"id":"reliable",
|
|
"description": "More expensive store with data redundancy"
|
|
},
|
|
{
|
|
"id":"fast",
|
|
"description": "Provides quick access to your image data",
|
|
"default": true
|
|
},
|
|
{
|
|
"id":"cheap",
|
|
"description": "Less expensive store for seldom-used images"
|
|
},
|
|
{
|
|
"id":"special",
|
|
"description": "Need a plausible description here that doesn't expose the store type",
|
|
"read-only": true
|
|
}
|
|
]
|
|
}
|