We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc464d commit 5fc5c6fCopy full SHA for 5fc5c6f
extension.json
@@ -1,6 +1,15 @@
1
{
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": [""]
+ "name": {
+ "en": "Enquiries"
+ },
+ "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
+ }
15
}
0 commit comments