changedOutput schema / (root)
Previous value: -{
- "properties": {
- "count": {
- "description": "Number of results returned",
- "type": [
- "number",
- "null"
- ]
- },
- "facets": {
- "description": "Valid filter values, computed from the full catalog. Use these to discover what you can pass to the `category`, `currency`, and `country` query parameters.",
- "properties": {
- "categories": {
- "description": "All valid `category` filter values.",
- "items": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "countries": {
- "description": "All valid `country` filter values (ISO 3166-1 alpha-2 codes).",
- "items": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "currencies": {
- "description": "All valid `currency` filter values.",
- "items": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "filters": {
- "properties": {
- "category": {
- "type": [
- "string",
- "null"
- ]
- },
- "country": {
- "type": [
- "string",
- "null"
- ]
- },
- "currency": {
- "type": [
- "string",
- "null"
- ]
- },
- "query": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "gift_cards": {
- "items": {
- "description": "A gift card product from the catalog.",
- "properties": {
- "catalog_info": {
- "properties": {
- "brand_description": {
- "type": [
- "string",
- "null"
- ]
- },
- "redemption_instructions": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "category": {
- "description": "Catalog category for the gift card (e.g. \"ecommerce\", \"travel\").",
- "type": [
- "string",
- "null"
- ]
- },
- "country": {
- "description": "ISO 3166-1 alpha-2 country the gift card belongs to. Null for borderless products available in more than one country.",
- "type": [
- "string",
- "null"
- ]
- },
- "currency": {
- "description": "Currency code for the gift card",
- "type": [
- "string",
- "null"
- ]
- },
- "denominations": {
- "description": "If set, only these exact amounts can be ordered. Null for range-based products.",
- "items": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "description": {
- "type": [
- "string",
- "null"
- ]
- },
- "increment": {
- "description": "Minimum order increment",
- "type": [
- "string",
- "null"
- ]
- },
- "laso_server_id": {
- "description": "Product identifier to use when ordering via GET /order-gift-card",
- "type": [
- "string",
- "null"
- ]
- },
- "max": {
- "description": "Maximum order amount",
- "type": [
- "number",
- "null"
- ]
- },
- "min": {
- "description": "Minimum order amount",
- "type": [
- "number",
- "null"
- ]
- },
- "name": {
- "description": "Gift card brand name",
- "type": [
- "string",
- "null"
- ]
- },
- "product_image_url": {
- "description": "URL of the gift card image",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- }
- },
- "type": "object"
-}New value: +null