1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2010-05-08", 5 "endpointPrefix":"json-service-endpoint", 6 "globalEndpoint": "json-service.amazonaws.com", 7 "jsonVersion":"1.0", 8 "protocol":"json", 9 "serviceAbbreviation":"Aws Query Compatible Json Service", 10 "serviceFullName":"Some Service That Uses AWS Query Compatible Json Protocol", 11 "serviceId":"Aws Query Compatible Json Service", 12 "signingName": "aws-query-compatible-json-service", 13 "signatureVersion":"v4", 14 "uid":"aws-query-compatible-json-service-2010-05-08", 15 "awsQueryCompatible":{} 16 }, 17 "operations":{ 18 "AllType": { 19 "name": "APostOperation", 20 "http": { 21 "method": "POST", 22 "requestUri": "/" 23 }, 24 "httpChecksumRequired": true 25 } 26 }, 27 "shapes": { 28 "OneShape": { 29 "type": "structure", 30 "members": { 31 "StringMember": { 32 "shape": "String" 33 } 34 } 35 }, 36 "String":{"type":"string"} 37 } 38} 39