Product Schema

Schema for representing product information

2 of 3

Properties

Property
Type
Description
name*
stringThe name of the product
description
stringDetailed product description
price*
numberProduct price in USD
inStock*
booleanWhether the product is currently in stock
categories
arrayProduct categories

Tree View

Schema Structure

Complete property hierarchy

Product Name (name): string
The name of the product
Description (description): string
Detailed product description
Price (price): number
Product price in USD
In Stock (inStock): boolean
Whether the product is currently in stock
Categories (categories): array
Product categories