{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/views", "title": "views", "type": "object", "properties": { "views": { "type": "integer", "description": "Number of views the category has on the storefront.\n", "example": 1050 } } }