Skip to content

Commit 81dabf4

Browse files
authored
Re-indent example, update changelog
1 parent df50910 commit 81dabf4

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@ Example:
1010

1111
```json
1212
{
13-
"tender":{
14-
"enquiries":[{
15-
"id":"Q1",
16-
"date":"2017-01-22T14:55:00Z",
17-
"author":{
18-
"name":"Open Data Services Co-op",
19-
"id":"GB-COH-09506232"
20-
},
21-
"title":"Variations of timeline accepted?",
22-
"description":"The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
23-
"dateAnswered":"2017-02-05T09:00:00Z",
24-
"answer":"There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
25-
"relatedItem":"1",
26-
"threadID":"1"
27-
}]
13+
"tender": {
14+
"enquiries": [
15+
{
16+
"id": "Q1",
17+
"date": "2017-01-22T14:55:00Z",
18+
"author": {
19+
"name": "Open Data Services Co-op",
20+
"id": "GB-COH-09506232"
21+
},
22+
"title": "Variations of timeline accepted?",
23+
"description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
24+
"dateAnswered": "2017-02-05T09:00:00Z",
25+
"answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
26+
"relatedItem": "1",
27+
"threadID": "1"
28+
}
29+
]
2830
}
2931
}
3032
```
@@ -58,6 +60,10 @@ Report issues for this extension in the [ocds-extensions repository](https://git
5860

5961
## Changelog
6062

63+
### v1.1.4
64+
65+
* Remove Sphinx directives from readme
66+
6167
### v1.1.3
6268

6369
* Use `OrganizationReference` instead of `Organization` for `Enquiry.author`

0 commit comments

Comments
 (0)