{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {},
"additionalProperties": false
}{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"id": {
"type": "number",
"description": "The ID of the item to add to the cart"
}
},
"required": [
"id"
],
"additionalProperties": false
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"brand": {
"type": "string",
"description": "The brand to filter by"
}
},
"required": [
"brand"
],
"additionalProperties": false
}{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"gender": {
"type": "string",
"description": "The gender to filter by"
}
},
"required": [
"gender"
],
"additionalProperties": false
}{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "The category to filter by"
}
},
"required": [
"category"
],
"additionalProperties": false
}