Princess Beef Heavy Industries · Schema
pb33f Giftshop Product
A product is something that can be sold by the gift shop, such as t-shirts, hoodies, and other pb33f branded merchandise.
CommerceDocumentationEditorsGovernancePlatformProductRules
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier for the product. |
| shortCode | string | A short code for the product, easily human readable. |
| name | string | The name of the product. |
| description | string | A description of the product. |
| price | number | The price of the product, as a floating point number. |
| category | string | The category of the product. |
| image | string | The URL of the product image. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/princess-beef-heavy-industries/blob/main/json-schema/product.json",
"title": "pb33f Giftshop Product",
"description": "A product is something that can be sold by the gift shop, such as t-shirts, hoodies, and other pb33f branded merchandise.",
"type": "object",
"required": [
"id",
"shortCode",
"name",
"description",
"price",
"category",
"image"
],
"properties": {
"id": {
"type": "string",
"maxLength": 50,
"format": "uuid",
"description": "The unique identifier for the product."
},
"shortCode": {
"type": "string",
"maxLength": 50,
"description": "A short code for the product, easily human readable."
},
"name": {
"type": "string",
"maxLength": 50,
"description": "The name of the product."
},
"description": {
"type": "string",
"maxLength": 500,
"description": "A description of the product."
},
"price": {
"type": "number",
"description": "The price of the product, as a floating point number."
},
"category": {
"type": "string",
"maxLength": 50,
"description": "The category of the product."
},
"image": {
"type": "string",
"maxLength": 100,
"description": "The URL of the product image."
}
}
}
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/product"
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.