Pure Storage · Schema
Bucket
Bucket schema from Pure1 Public REST API
StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Bucket",
"description": "Bucket schema from Pure1 Public REST API",
"$id": "https://raw.githubusercontent.com/api-evangelist/pure-storage/refs/heads/main/json-schema/pure1-cloud-api-bucket-schema.json",
"allOf": [
{
"description": "A built-in resource that exists on one or multiple arrays.\n",
"allOf": [
{
"$ref": "#/components/schemas/_resource"
},
{
"$ref": "#/components/schemas/_arrays"
}
]
},
{
"type": "object",
"properties": {
"account": {
"type": "object",
"properties": {
"id": {
"description": "The opaque and unique id of this resource.",
"type": "string",
"readOnly": true,
"example": "2a989a09-c851-4d52-9ec6-ab728b1c04db"
},
"name": {
"description": "The name of this resource.",
"type": "string",
"readOnly": true,
"example": "example_name"
},
"resource_type": {
"description": "The type of this resource represented by the name of its REST endpoint.\nFor example, \"arrays\", \"network-interfaces\", and \"metrics\".\nThe value may be `null` if the resource is not represented.\n",
"type": "string",
"readOnly": true,
"example": "example_resource_type"
}
},
"x-readOnly": true
},
"created": {
"description": "Creation time of the bucket, in milliseconds since Unix epoch.",
"type": "integer",
"format": "int64",
"readOnly": true,
"example": 1502729489760
},
"destroyed": {
"description": "Returns a value of `true` if the bucket is destroyed, but not yet eradicated.\n",
"type": "boolean"
},
"object_count": {
"description": "The number of objects contained within the bucket.",
"type": "integer",
"format": "int64",
"readOnly": true,
"example": 15
},
"versioning": {
"description": "The versioning state for objects within the bucket.\nValid values are `none`, `enabled`, and `suspended`.\n",
"type": "string"
}
}
}
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pure1-cloud-api-bucket"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.