{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductFamilyProperties", "title": "ProductFamilyProperties", "type": "object", "properties": { "engine": { "type": "string", "description": "

Important! The productFamilyProperties container is no longer supported.

" }, "make": { "type": "string", "description": "

Important! The productFamilyProperties container is no longer supported.

" }, "model": { "type": "string", "description": "

Important! The productFamilyProperties container is no longer supported.

" }, "trim": { "type": "string", "description": "

Important! The productFamilyProperties container is no longer supported.

" }, "year": { "type": "string", "description": "

Important! The productFamilyProperties container is no longer supported.

" } }, "description": "This type is used to specify the details of a motor vehicle that is compatible with the inventory item specified through the SKU value in the call URI." }