Skip to content

Commit c45a3cd

Browse files
authored
Merge pull request #10 from open-contracting/fix
Correct name of codelist, use OrganizationReference, not Organization
2 parents 19b92f2 + 32b29c4 commit c45a3cd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"en": "https://github.com/open-contracting/ocds_enquiry_extension"
1414
},
1515
"codelists": [
16-
"+partyRoles.csv"
16+
"+partyRole.csv"
1717
]
1818
}

release-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"author": {
3838
"title": "Question author",
3939
"description": "The identifier and name of the party asking this question. Questioners may be listed in the parties array with a role of 'enquirer'. Procurement policies vary on whether or not the identity of those asking questions should be disclosed, or at which stage this information may be disclosed. When the identity of the questioner cannot be disclosed leave the author section blank. Display systems should interpret this as an anonymous question.",
40-
"$ref": "#/definitions/Organization"
40+
"$ref": "#/definitions/OrganizationReference"
4141
},
4242
"title": {
4343
"title": "Question title",

0 commit comments

Comments
 (0)