Created
October 13, 2023 19:45
-
-
Save m-bers/882beba539b70008e9350f19cade1d88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "components": {}, | |
| "info": { | |
| "description": "Swagger auto-generated from learnt schema for demo-shop", | |
| "title": "demo-shop", | |
| "version": "2023-10-13 19:40:23" | |
| }, | |
| "openapi": "3.0.3", | |
| "paths": { | |
| "/": { | |
| "head": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "description": "Url", | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/cart": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Url", | |
| "in": "query", | |
| "name": "page", | |
| "required": true, | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "requestBody": { | |
| "content": { | |
| "application/json": { | |
| "schema": { | |
| "type": "object" | |
| } | |
| } | |
| } | |
| }, | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "3XX": { | |
| "description": "" | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| }, | |
| "post": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "content-length", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "requestBody": { | |
| "content": { | |
| "application/x-www-form-urlencoded": { | |
| "schema": { | |
| "properties": { | |
| "product_id": { | |
| "description": "Word", | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| }, | |
| "quantity": { | |
| "description": "Integer", | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "required": [ | |
| "quantity", | |
| "product_id" | |
| ], | |
| "type": "object" | |
| } | |
| } | |
| } | |
| }, | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/cart/checkout": { | |
| "post": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "in": "header", | |
| "name": "sec-ch-ua-mobile", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "sec-fetch-dest", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "sec-fetch-site", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "content-length", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Url", | |
| "in": "header", | |
| "name": "origin", | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-ch-ua", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "upgrade-insecure-requests", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-fetch-user", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-ch-ua-platform", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "accept-encoding", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "sec-fetch-mode", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "accept-language", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "_imp_di_pc_", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "_imp_apg_r_", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "requestBody": { | |
| "content": { | |
| "application/x-www-form-urlencoded": { | |
| "schema": { | |
| "properties": { | |
| "Xa4vrhYP3Q-a": { | |
| "type": "string" | |
| }, | |
| "Xa4vrhYP3Q-b": { | |
| "description": "Word", | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| }, | |
| "Xa4vrhYP3Q-c": { | |
| "description": "Word", | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| }, | |
| "Xa4vrhYP3Q-d": { | |
| "description": "Word", | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| }, | |
| "Xa4vrhYP3Q-f": { | |
| "type": "string" | |
| }, | |
| "Xa4vrhYP3Q-z": { | |
| "description": "Word", | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| }, | |
| "city": { | |
| "type": "string" | |
| }, | |
| "country": { | |
| "type": "string" | |
| }, | |
| "credit_card_cvv": { | |
| "description": "Integer", | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| }, | |
| "credit_card_expiration_month": { | |
| "description": "Integer", | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| }, | |
| "credit_card_expiration_year": { | |
| "description": "Integer", | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| }, | |
| "credit_card_number": { | |
| "description": "Integer", | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| }, | |
| "email": { | |
| "description": "Email", | |
| "pattern": "^[A-Za-z0-9!#$%\u0026'+\\/=?^_`{|}~-]{1,64}(\\.[A-Za-z0-9!#$%\u0026'+\\/=?^_`{|}~-]{1,64})*@[A-Za-z0-9-]{1,64}\\.[A-Za-z0-9-]{1,64}$", | |
| "type": "string", | |
| "x-pii": {} | |
| }, | |
| "state": { | |
| "description": "Word", | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| }, | |
| "street_address": { | |
| "type": "string" | |
| }, | |
| "zip_code": { | |
| "description": "Number", | |
| "pattern": "^(?:[-+]?(?:[0-9]+))?(?:\\.[0-9]*)?(?:[eE][+-]?(?:[0-9]+))?$", | |
| "type": "string" | |
| } | |
| }, | |
| "required": [ | |
| "credit_card_cvv", | |
| "credit_card_expiration_month", | |
| "email", | |
| "city", | |
| "Xa4vrhYP3Q-b", | |
| "credit_card_expiration_year", | |
| "Xa4vrhYP3Q-c", | |
| "street_address", | |
| "Xa4vrhYP3Q-f", | |
| "state", | |
| "zip_code", | |
| "Xa4vrhYP3Q-d", | |
| "credit_card_number", | |
| "Xa4vrhYP3Q-a", | |
| "Xa4vrhYP3Q-z", | |
| "country" | |
| ], | |
| "type": "object" | |
| } | |
| } | |
| } | |
| }, | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/0PUK6V6EV0": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/1YMWWN1N4O": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/2ZYFJ3GM2N": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/66VCHSJNUP": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/6E92ZMYYFZ": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/9SIQT8TOJO": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/L9ECAV7KIM": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/LS4PSXUNUM": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/product/OLJCESPC7Z": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "500": { | |
| "description": "" | |
| }, | |
| "502": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/setCurrency": { | |
| "post": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "sec-fetch-site", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "content-length", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "accept-encoding", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "accept-language", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-ch-ua", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "upgrade-insecure-requests", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "sec-fetch-dest", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-fetch-user", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-ch-ua-platform", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Url", | |
| "in": "header", | |
| "name": "origin", | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "sec-fetch-mode", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "sec-ch-ua-mobile", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_currency", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "_imp_di_pc_", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "_imp_apg_r_", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "cookie", | |
| "name": "OClmoOot", | |
| "schema": { | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "requestBody": { | |
| "content": { | |
| "application/x-www-form-urlencoded": { | |
| "schema": { | |
| "properties": { | |
| "currency_code": { | |
| "type": "string" | |
| } | |
| }, | |
| "required": [ | |
| "currency_code" | |
| ], | |
| "type": "object" | |
| } | |
| } | |
| } | |
| }, | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "description": "Url", | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/icons": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| }, | |
| "options": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "responses": { | |
| "3XX": { | |
| "description": "" | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/icons/": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "in": "header", | |
| "name": "origin", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/img": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| }, | |
| "options": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "max-forwards", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "content-length", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/img/": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Url", | |
| "in": "header", | |
| "name": "origin", | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/img/products": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| }, | |
| "options": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "content-length", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "max-forwards", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/img/products/": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "in": "header", | |
| "name": "origin", | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/styles": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| }, | |
| "options": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "max-forwards", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Integer", | |
| "in": "header", | |
| "name": "content-length", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "QGVcgCsOdpiuUwF", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "3XX": { | |
| "description": "", | |
| "headers": { | |
| "content-length": { | |
| "description": "Integer", | |
| "schema": { | |
| "pattern": "^(?:[-+]?(?:0|[1-9][0-9]*))$", | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "location": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| }, | |
| "/static/styles/": { | |
| "get": { | |
| "description": "Swagger auto-generated from learnt schema", | |
| "parameters": [ | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "pragma", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "cache-control", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Url", | |
| "in": "header", | |
| "name": "origin", | |
| "schema": { | |
| "pattern": "((https?|ftp|file|sftp|git|s3|ldap|ldaps|sip|h323|ws|wss|rsync|smb|chrome|imap|pop|ssh|telnet):\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-f5-request-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "header", | |
| "name": "x-volterra-truncated-hdr", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| }, | |
| { | |
| "description": "Word", | |
| "in": "cookie", | |
| "name": "shop_session-id", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| ], | |
| "responses": { | |
| "2XX": { | |
| "description": "", | |
| "headers": { | |
| "content-type": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "date": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "set-cookie": { | |
| "schema": { | |
| "type": "string" | |
| } | |
| }, | |
| "x-volterra-truncated-hdr": { | |
| "description": "Word", | |
| "schema": { | |
| "pattern": "^[A-Za-z0-9-_]+$", | |
| "type": "string" | |
| } | |
| } | |
| } | |
| }, | |
| "default": { | |
| "description": "" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "servers": [ | |
| { | |
| "url": "http://shop.amer-ent.f5demos.com" | |
| }, | |
| { | |
| "url": "https://shop.amer-ent.f5demos.com" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment