forked from ProjectPODER/ocds_compranet_extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-schema.json
128 lines (128 loc) · 4.57 KB
/
release-schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"definitions": {
"Tender": {
"properties": {
"consolidatedProcessMxCnet": {
"title": "Consolidated Process",
"description": "Consolidated Process in COMPRANET México. Identifies whether the contract is part of a consolidated purchase",
"type": [
"boolean",
"null"
]
},
"procurementMethodMxCnet": {
"title": "Procurement Method",
"description": "Procurement Method in COMPRANET México. Identifies the procurement method used by the buyer",
"type": [
"string",
"null"
]
},
"procurementMethodCharacterMxCnet": {
"title": "Procurement character",
"description": "Procurement character in COMPRANET México. Indicates the character of the procurement method used by the buyer",
"type": [
"string",
"null"
]
},
"procurementMethodDetailsTemplateMxCnet": {
"title": "Procurement Method Details",
"description": "Procurement Method Details in COMPRANET México. Indicates the template selected by the buyer's contact point while creating the contracting process and corresponds to the procurement method being used.",
"type": [
"string",
"null"
]
},
"multiyearContractMxCnet": {
"title": "Multiyear Contract",
"description": "Multiyear Contract in COMPRANET México. Indicates whether a contract spans more than one fiscal period",
"type": [
"boolean",
"null"
]
}
}
},
"Contract": {
"properties": {
"hasFramework": {
"title": "Contract Framework Existence",
"description": "Indicates whether a Contract Framework is used in a specific contract. Contract Frameworks are a strategy through which buyers reach an agreement with one or many providers, where technical and quality specifications, scopes, prices and conditions are established to regulate the acquisition or leasing of properties, or the provision of services.",
"type": [
"boolean",
"null"
]
},
"framework": {
"title": "Contract Framework",
"description": "Textual reference of the Contract Framework to which a specific contract is linked",
"type": [
"string",
"null"
]
},
"statusMxCnet": {
"title": "Contract Status",
"description": "Contract Status in COMPRANET México",
"type": [
"string",
"null"
],
"codelist": "status-mx-cnet.csv",
"openCodelist": true
},
"multiyearContractMxCnet": {
"title": "Multiyear Contract",
"description": "Multiyear Contract in COMPRANET México. Indicates whether a contract spans more than one fiscal period.",
"type": [
"boolean",
"null"
]
},
"filedMxCnet": {
"title": "Filed contract",
"description": "Filed contract in COMPRANET México. Classification state that indicates if the electronic element that contains the relevant contract data has been filed inside the system. This has no impact on publishing of the information being reported.",
"type": [
"boolean",
"null"
]
}
}
},
"Organization": {
"properties": {
"details": {
"properties": {
"govLevel": {
"title": "Government Level",
"description": "The government level of the buyer party",
"type": [
"string",
"null"
],
"codelist": "gov-level.csv",
"openCodelist": true
},
"scaleReportedByBuyerMxCnet": {
"title": "Scale Reported by Buyer",
"description": "Supplier party scale as reported by the buyer. Can be one of: No MIPYME, Mediana, Pequeña, or Micro.",
"type": [
"string",
"null"
]
},
"scaleReportedBySupplierMxCnet": {
"title": "Scale Reported by Supplier",
"description": "Supplier party scale as reported by the supplier itself. Can be one of: No MIPYME, Mediana, Pequeña, or Micro.",
"type": [
"string",
"null"
]
}
}
}
}
}
}
}