Skip to content

Commit

Permalink
Bring compliance test into line with house style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jun 26, 2015
1 parent 70cdeba commit 5714faa
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions tests/Api/test_cases/protocols/input/json.json
Expand Up @@ -45,7 +45,7 @@
]
},
{
"description": "Lists",
"description": "Complex members",
"metadata": {
"protocol": "json",
"jsonVersion": 1.1,
Expand All @@ -70,21 +70,36 @@
"type": "structure",
"members": {
"a": {
"type": "string"
"shape": "StringType"
},
"b": {
"type": "integer"
"shape": "IntegerType"
},
"c": {
"type": "double"
"shape": "DoubleType"
},
"d": {
"type": "timestamp"
"shape": "TimestampType"
},
"e": {
"type": "blob"
"shape": "BlobType"
}
}
},
"StringType": {
"type": "string"
},
"IntegerType": {
"type": "integer"
},
"DoubleType": {
"type": "double"
},
"TimestampType": {
"type": "timestamp"
},
"BlobType": {
"type": "blob"
}
},
"cases": [
Expand Down

0 comments on commit 5714faa

Please sign in to comment.