{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100,
"default": 25,
"description": "Maximum number of images to fetch and scan (default 25, max 100)."
}
},
"required": []
}{
"type": "object",
"properties": {
"selector": {
"type": "string",
"maxLength": 8192,
"description": "CSS selector for an <img> element on the page."
},
"url": {
"type": "string",
"maxLength": 8192,
"description": "Image URL (absolute, or relative to the current page) to fetch and inspect."
}
},
"required": []
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"q": {
"type": "string",
"maxLength": 120
},
"page": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 1000
},
"limit": {
"default": 12,
"type": "integer",
"minimum": 1,
"maximum": 50
},
"fabric": {
"type": "string",
"maxLength": 100
},
"technique": {
"type": "string",
"maxLength": 100
},
"region": {
"type": "string",
"maxLength": 100
},
"occasion": {
"type": "string",
"maxLength": 100
}
}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"name": {
"type": "string",
"maxLength": 120
},
"phone": {
"type": "string",
"minLength": 7,
"maxLength": 32
},
"address": {
"type": "string",
"minLength": 10,
"maxLength": 500
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"name",
"phone",
"address"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"saree_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"quantity": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 20
}
},
"required": [
"saree_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"item_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"quantity": {
"type": "integer",
"minimum": 1,
"maximum": 20
}
},
"required": [
"item_id",
"quantity"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"item_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"item_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"saree_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"saree_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"saree_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"saree_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"points_to_redeem": {
"type": "integer",
"minimum": 0,
"maximum": 10000000
},
"coupon_code": {
"type": "string",
"maxLength": 50
}
}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"code": {
"type": "string",
"minLength": 1,
"maxLength": 50
}
},
"required": [
"code"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"payment_method": {
"type": "string",
"enum": [
"cashfree",
"phonepe",
"online"
]
},
"payment_mode": {
"type": "string",
"enum": [
"upi",
"card",
"netbanking",
"wallet",
"international_card"
]
},
"shipping_address": {
"type": "string",
"minLength": 10,
"maxLength": 500
},
"billing_address": {
"type": "string",
"minLength": 10,
"maxLength": 500
},
"points_to_redeem": {
"type": "integer",
"minimum": 0,
"maximum": 10000000
},
"coupon_code": {
"type": "string",
"maxLength": 50
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"payment_method",
"idempotency_key"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"order_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"order_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"order_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"reason": {
"type": "string",
"minLength": 3,
"maxLength": 500
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"order_id",
"reason"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"attempt_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"attempt_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"attempt_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"attempt_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"attempt_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"attempt_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"attempt_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"attempt_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {}
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ticket_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"ticket_id"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"subject": {
"type": "string",
"minLength": 3,
"maxLength": 200
},
"message": {
"type": "string",
"minLength": 3,
"maxLength": 4000
},
"order_id": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"subject",
"message"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ticket_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"message": {
"type": "string",
"minLength": 1,
"maxLength": 4000
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"ticket_id",
"message"
]
}{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ticket_id": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"confirmation_token": {
"type": "string",
"maxLength": 200
}
},
"required": [
"ticket_id"
]
}