{
	"swagger":"2.0",
	"info":{"title":"Load Balancing Service API","description":"Play with path parameters and checks","version":"20170115"},
	"basePath":"/20170115",
	"paths":{
		"/loadBalancers/{loadBalancerId}/backendSets":{
			"get":{
				"summary":"ListBackendSets",
				"tags":["loadBalancer"],
				"description":"Lists all backend sets associated with a given load balancer.",
				"operationId":"ListBackendSets",
				"parameters":[
					{
						"name":"loadBalancerId",
						"type":"string",
                        "in":"path",
						"required":true
					}
				],
				"produces":["application/json"],
				"responses":{
					"200":{
						"description":"The list is being retrieved.",
						"headers":{
							"opc-response-id":{
								"description":"Unique identifier for the response.\n",
								"type":"string"
							}
						}
					}
				}
			}
		},
		"/loadBalancers/{aLotOfLoadBalancerIds}/backendSets":{
			"get":{
				"summary":"ERROR",
				"tags":["loadBalancer"],
				"description":"Triggers an invalid spec check",
				"operationId":"ListALotOfBackendSets",
				"parameters":[
					{
						"name":"aLotOfLoadBalancerIds",
						"type":"string",
                        "in":"path",
						"required":true
					}
				],
				"produces":[
					"application/json"
				],
				"responses":{
					"200":{
						"description":"The list is being retrieved.",
						"headers":{
							"opc-response-id":{
								"description":"Unique identifier for the response.\n",
								"type":"string"
							}
						}
					}
				}
			}
		},
		"/othercheck/{{sid}/warnMe":{
			"get":{
				"parameters":[
					{
						"name":"{sid",
						"type":"string",
                        "in":"path",
						"required":true
					}
				],
				"produces":[
					"application/json"
				],
				"responses":{
					"200":null
				}
			}
		},
		"/othercheck/{sid }/warnMe":{
			"get":{
				"parameters":[
					{
						"name":"sid ",
                        "in":"path",
						"type":"string",
						"required":true
					}
				],
				"produces":["application/json"],
				"responses":{
					"200":null
				}
			}
		},
		"/othercheck/{si/d}warnMe":{
			"get":{
				"parameters":[
					{
						"name":"sid",
						"type":"string",
                        "in":"path",
						"required":true
					}
				],
				"produces":["application/json"],
				"responses":{
					"200":null
				}
			}
		}
	}
}
