Skip to content

Commit fc6f324

Browse files
authored
Merge pull request #6 from open-contracting/extensionjson
2 parents 2cc464d + 5fc5c6f commit fc6f324

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

extension.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
2-
"name": "Enquiries",
3-
"description": "The enquiries extension can be used to record questions raised during a contracting process, and the answers provided.",
4-
"compatibility": ">=1.0.0",
5-
"dependencies": [""]
2+
"name": {
3+
"en": "Enquiries"
4+
},
5+
"description": {
6+
"en": "The enquiries extension can be used to record questions raised during a contracting process, and the answers provided."
7+
},
8+
"compatibility": [
9+
"1.0",
10+
"1.1"
11+
],
12+
"documentationUrl": {
13+
"en": "https://github.com/open-contracting/ocds_enquiry_extension"
14+
}
615
}

0 commit comments

Comments
 (0)