Flag to determine whether the product should be displayed to customers browsing the store. If `true`, the category will be displayed. If `false`, the category will be hidden from view.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/is_visible",
"title": "is_visible",
"type": "object",
"properties": {
"is_visible": {
"type": "boolean",
"description": "Flag to determine whether the product should be displayed to customers browsing the store. If `true`, the category will be displayed. If `false`, the category will be hidden from view.\n"
}
}
}