Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
JSON examples were not valid JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Jan 25, 2016
1 parent 3c649fe commit f4b0950
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -166,7 +166,7 @@ The Transaction Path string is a serialization of the `pathOrigin` object accord
"resourceName": "Sample Resource Name",
"actionName": "Sample Action Name",
"requestName": "(application/xml)",
"responseName": "200 (application/xml)",
"responseName": "200 (application/xml)"
}
```

Expand Down Expand Up @@ -202,7 +202,7 @@ Sample API Name:Sample Group Name:Sample Resource Name:Sample Action Name:(appli
"resourceName": "Sample Resource Name",
"actionName": "Sample Action Name",
"requestName": "",
"responseName": "200",
"responseName": "200"
}
```

Expand Down Expand Up @@ -244,7 +244,7 @@ Sample API Name:Sample Group Name:Sample Resource Name:Sample Action Name::200
"resourceName": "Sample Resource Name",
"actionName": "Sample Action Name",
"requestName": "Another Sample Request Name (application/json)",
"responseName": "401 (application/json)",
"responseName": "401 (application/json)"
}
```

Expand Down Expand Up @@ -286,7 +286,7 @@ Sample API Name:Sample Group Name:Sample Resource Name:Sample Action Name:Anothe
"resourceName": "Sample Resource Name",
"actionName": "Sample Action Name",
"requestName": "",
"responseName": "401 (application/json)",
"responseName": "401 (application/json)"
}
```

Expand Down Expand Up @@ -328,7 +328,7 @@ Sample API Name:Sample Group Name:Sample Resource Name:Sample Action Name::200 (
"resourceName": "Sample Resource Name",
"actionName": "Sample Action Name",
"requestName": "(application/hal+json)",
"responseName": "200",
"responseName": "200"
}
```

Expand Down

0 comments on commit f4b0950

Please sign in to comment.