Skip to content

Commit 0b48e64

Browse files
authored
Merge pull request #5 from open-contracting/extensionjson
2 parents 52d1683 + 82ecddd commit 0b48e64

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

extension.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
2-
"name": "Milestone documents",
3-
"description": "Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone.",
4-
"compatibility": ">=1.1.0",
5-
"dependencies": []
2+
"name": {
3+
"en": "Milestone documents"
4+
},
5+
"description": {
6+
"en": "Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone."
7+
},
8+
"compatibility": [
9+
"1.1"
10+
],
11+
"documentationUrl": {
12+
"en": "https://github.com/open-contracting/ocds_milestone_documents_extension"
13+
}
614
}

0 commit comments

Comments
 (0)