File tree Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,23 @@ Example:
10
10
11
11
``` json
12
12
{
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
+ ]
28
30
}
29
31
}
30
32
```
@@ -58,6 +60,10 @@ Report issues for this extension in the [ocds-extensions repository](https://git
58
60
59
61
## Changelog
60
62
63
+ ### v1.1.4
64
+
65
+ * Remove Sphinx directives from readme
66
+
61
67
### v1.1.3
62
68
63
69
* Use ` OrganizationReference ` instead of ` Organization ` for ` Enquiry.author `
You can’t perform that action at this time.
0 commit comments