1{ 2 "verifiedSimpleMethods" : [ 3 "allTypes", 4 "deleteOperation", 5 "mapOfStringToListOfStringInQueryParams", 6 "membersInHeaders", 7 "membersInQueryParams", 8 "operationWithExplicitPayloadBlob", 9 "operationWithModeledContentType", 10 "queryParamWithoutValue", 11 "restXmlTypes", 12 "idempotentOperation", 13 "nestedContainers", 14 "operationWithNoInputOrOutput", 15 "furtherNestedContainers" 16 ], 17 "shapeModifiers": { 18 "AllTypesStructure": { 19 "modify":[ 20 { 21 "BigDecimalMember": { 22 "emitAsType": "bigdecimal" 23 } 24 } 25 ] 26 } 27 }, 28 "skipEndpointTestGeneration": true 29} 30