-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextensions.json
888 lines (888 loc) · 35.6 KB
/
extensions.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
{
"extensions": [
{
"category": "parties",
"core": false,
"description": {
"en": "For providing multiple contact points for an organization, or for providing the available languages of a contact point. For example, it may be used to provide a contact point for each language."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/additionalContactPoint/",
"id": "additionalContactPoint",
"name": {
"en": "Additional Contact Points"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_additionalContactPoints_extension/master/"
},
{
"category": "amendment",
"core": false,
"description": {
"en": "Adds a field to the amendment object to classify the rationale for the amendment."
},
"documentation_url": "https://github.com/open-contracting-extensions/ocds_amendment_rationale_classifications_extension",
"id": "amendment_rationale_classifications",
"name": {
"en": "Amendment rationale classifications"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_amendment_rationale_classifications_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an award criteria array to the lot object, to break down award criteria by price, cost and quality."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/awardCriteria/",
"id": "awardCriteria",
"name": {
"en": "Award criteria breakdown"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_awardCriteria_extension/master/"
},
{
"category": "parties",
"core": false,
"description": {
"en": "Adds a beneficialOwners array to the organization object to indicate the beneficial owners of an organization."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/beneficialOwners/",
"id": "beneficialOwners",
"name": {
"en": "Beneficial owners"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_beneficialOwners_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an object to describe the date, time, place and other details of the bid opening."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/bidOpening/",
"id": "bidOpening",
"name": {
"en": "Bid opening"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_bidOpening_extension/master/"
},
{
"category": "bids",
"core": true,
"description": {
"en": "Allowing bid statistics, and detailed bid information to be represented."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/bids/",
"id": "bids",
"name": {
"en": "Bid statistics and details"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/v1.1.5/"
},
{
"category": "budget",
"core": false,
"description": {
"en": "Adds a budget breakdown array to the budget object to break down a budget by source and period."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/budget/",
"id": "budget",
"name": {
"en": "Budget Breakdown"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_budget_breakdown_extension/master/"
},
{
"category": "budget",
"core": false,
"description": {
"en": "Extends budget breakdown and contract implementation to allow publication of detailed budget allocations and execution for a contracting process, using classifications that can be mapped to separately published budget and spend data."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/budget_and_spend/",
"id": "budget_and_spend",
"name": {
"en": "Budget and spending classification"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_budget_and_spend_extension/master/"
},
{
"category": "implementation",
"core": false,
"description": {
"en": "Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/charges/",
"id": "charges",
"name": {
"en": "Charges"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_charges_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a communication object to the tender to describe the modalities of communication about key events."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/communication/",
"id": "communication",
"name": {
"en": "Communication"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_communication_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a contract terms object to the tender and lot objects, to describe the terms governing the future contract."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/contractTerms/",
"id": "contractTerms",
"name": {
"en": "Contract terms"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_contractTerms_extension/master/"
},
{
"category": "contract",
"core": false,
"description": {
"en": "Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/contract_buyer/",
"id": "contract_buyer",
"name": {
"en": "Buyer per award or contract"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_contract_buyer_extension/master/"
},
{
"category": "implementation",
"core": false,
"description": {
"en": "Adds fields to the contract implementation section to detail the end date, and final value of a contract."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/contract_completion/",
"id": "contract_completion",
"name": {
"en": "Contract Completion"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_contract_completion_extension/master/"
},
{
"category": "contract",
"core": false,
"description": {
"en": "To allow explicit declaration of suppliers within the contracts block. Used when a single award to multiple suppliers results in multiple contracts to a sub-set of those awarded suppliers."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/contract_suppliers/",
"id": "contract_suppliers",
"name": {
"en": "Contract suppliers"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_contract_suppliers_extension/master/"
},
{
"category": "",
"core": false,
"description": {
"en": "Adds a country code field to the address object."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/countryCode/",
"id": "countryCode",
"name": {
"en": "Country code"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_countryCode_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a field to indicate the treaties that the contracting process is covered by."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/coveredBy/",
"id": "coveredBy",
"name": {
"en": "Covered By"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_coveredBy_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an object to the tender object to describe a design contest."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/designContest/",
"id": "designContest",
"name": {
"en": "Design contest"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_designContest_extension/master/"
},
{
"category": "document",
"core": false,
"description": {
"en": "Adds a publisher field to the document object."
},
"documentation_url": "https://github.com/open-contracting-extensions/ocds_document_publisher_extension",
"id": "document_publisher",
"name": {
"en": "Document publisher"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_document_publisher_extension/master/"
},
{
"category": "document",
"core": false,
"description": {
"en": "Adds fields to the document object for page references, access details and author information."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/documentation_details/",
"id": "documentation_details",
"name": {
"en": "Document Details"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_documentation_extension/master/"
},
{
"category": "tender",
"core": true,
"description": {
"en": "The enquiries extension can be used to record questions raised during a contracting process, and the answers provided."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/enquiries/",
"id": "enquiries",
"name": {
"en": "Enquiries"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_enquiry_extension/v1.1.5/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a object to the tender object to describe the assets used for the provision of public services."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/essentialAssets/",
"id": "essentialAssets",
"name": {
"en": "Essential assets"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_essentialAssets_extension/master/"
},
{
"category": "",
"core": false,
"description": {
"en": "Implements fields and codes that are specific to European law."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/eu/",
"id": "eu",
"name": {
"en": "European Union"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_eu_extension/1.1/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an object to describe the criteria to exclude tenderers from participating in a contracting process."
},
"documentation_url": "https://github.com/open-contracting-extensions/ocds_exclusionGrounds_extension",
"id": "exclusionGrounds",
"name": {
"en": "Exclusion grounds"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_exclusionGrounds_extension/master/"
},
{
"category": "contract",
"core": false,
"description": {
"en": "Under some procurement rules and processes, to extend the duration or value of a contract, or to make other substantial alterations, requires a new contract to be signed. This extension allows these relationships between two or more contracts in the same contracting process to be made explicit."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/extendsContractID/",
"id": "extendsContractID",
"name": {
"en": "Contract extensions via supplementary contract: extendsContractID"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_extendsContractID_extension/master/"
},
{
"category": "planning",
"core": false,
"description": {
"en": "Adds fields to disclose the financing of the whole process and its individual contracts."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/finance/",
"id": "finance",
"name": {
"en": "Finance"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_finance_extension/master/"
},
{
"category": "contract",
"core": false,
"description": {
"en": "Some procurement processes consider the specification of guarantees in order to ensure compliance with the terms of a contract.\n\nThere are many types of guarantees, so we consider the creation of a new extension based on the formats that are required for the Federal Treasury (Mexico). See discussion in https://github.com/open-contracting/standard/issues/651"
},
"documentation_url": "https://github.com/contratacionesabiertas/ocds_guarantees_extension",
"id": "guarantees",
"name": {
"en": "Guarantees"
},
"url": "https://raw.githubusercontent.com/contratacionesabiertas/ocds_guarantees_extension/master/"
},
{
"category": "implementation",
"core": false,
"description": {
"en": "In Mexico, when talking about works and services related with them it is necessary to publish a set of specific variables about its implementation. One of them is the implementation status of the work or service related with it. See discussion in https://github.com/open-contracting/standard/issues/624"
},
"documentation_url": "https://github.com/contratacionesabiertas/ocds_implementationStatus_extension",
"id": "implementationStatus",
"name": {
"en": "Implementation status"
},
"url": "https://raw.githubusercontent.com/contratacionesabiertas/ocds_implementationStatus_extension/master/"
},
{
"category": "item",
"core": false,
"description": {
"en": "Adds a generic list of attributes to the item object"
},
"documentation_url": "https://gitlab.com/dncp-opendata/ocds_item_attributes_extension",
"id": "itemAttributes",
"name": {
"en": "Item attributes"
},
"url": "https://gitlab.com/dncp-opendata/ocds_item_attributes_extension/-/raw/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields to the tender object to describe the legal basis of the procedure."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/legalBasis/",
"id": "legalBasis",
"name": {
"en": "Legal basis"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_legalBasis_extension/1.1/"
},
{
"category": "item",
"core": true,
"description": {
"en": "Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/location/",
"id": "location",
"name": {
"en": "Location"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_location_extension/v1.1.5/"
},
{
"category": "tender",
"core": true,
"description": {
"en": "A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/lots/",
"id": "lots",
"name": {
"en": "Lots"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_lots_extension/v1.1.5/"
},
{
"category": "item",
"core": false,
"description": {
"en": "Adds fields to the item object relevant to the procurement of medicines."
},
"documentation_url": "http://extensions.open-contracting.org/en/extensions/medicine/",
"id": "medicine",
"name": {
"en": "Medicine"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_medicine_extension/master/"
},
{
"category": "",
"core": false,
"description": {
"en": "The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage)."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/metrics/",
"id": "metrics",
"name": {
"en": "Metrics"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_metrics_extension/1.1/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields for information on options."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/options/",
"id": "options",
"name": {
"en": "Options"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_options_extension/master/"
},
{
"category": "partyDetail",
"core": false,
"description": {
"en": "Adds an array of classification objects to an organization's details in order to categorize it."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/organizationClassification/",
"id": "organizationClassification",
"name": {
"en": "Organization classification"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_organizationClassification_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an object to describe other requirements to participate in a contracting process."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/otherRequirements/",
"id": "otherRequirements",
"name": {
"en": "Other Requirements"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_otherRequirements_extension/master/"
},
{
"category": "package",
"core": false,
"description": {
"en": "Adds a links object to packages, to support pagination."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/pagination/",
"id": "pagination",
"name": {
"en": "Pagination"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_pagination_extension/master/"
},
{
"category": "tender",
"core": true,
"description": {
"en": "Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/participation_fee/",
"id": "participation_fee",
"name": {
"en": "Participation Fees"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_participationFee_extension/v1.1.5/"
},
{
"category": "partyDetail",
"core": false,
"description": {
"en": "For classifying organizations as micro, sme or large."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/partyScale/",
"id": "partyScale",
"name": {
"en": "Organization scale"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_partyDetails_scale_extension/master/"
},
{
"category": "implementation",
"core": false,
"description": {
"en": "Adds fields to the implementation section to allow disclosure of an array of contracting performance failures. Based on the performance failures reporting table defined in the World Bank Framework for Disclosure in PPPs."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/performance_failures/",
"id": "performance_failures",
"name": {
"en": "Performance Failures"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_performance_failures_extension/master/"
},
{
"category": "",
"core": false,
"description": {
"en": "Makes changes required by the OCDS for PPPs profile. Evaluation indicators, finance summary and project details may be moved into new extensions."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/ppp/",
"id": "ppp",
"name": {
"en": "OCDS for PPPs Extension"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_ppp_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "This extension adds a block to describe the procurement procedure."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/procedure/",
"id": "procedure",
"name": {
"en": "Procedure"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_procedure_extension/master/"
},
{
"category": "release",
"core": true,
"description": {
"en": "For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/process_title/",
"id": "process_title",
"name": {
"en": "Process level title and description"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_process_title_extension/v1.1.5/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an array to the tender object to classify the procurement method rationale."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/procurementMethodRationaleClassifications/",
"id": "procurementMethodRationaleClassifications",
"name": {
"en": "Procurement method rationale classifications"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_procurementMethodRationaleClassifications_extension/master/"
},
{
"category": "planning",
"core": false,
"description": {
"en": "Adds a project object to the planning object to describe the infrastructure or public-private partnership (PPP) project to which the planning process is related."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/project/",
"id": "project",
"name": {
"en": "Project"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_project_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields for information on the recurrence of the contracting process."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/recurrence/",
"id": "recurrence",
"name": {
"en": "Recurrence"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_recurrence_extension/master/"
},
{
"category": "release",
"core": false,
"description": {
"en": "Includes the information about the publisher at release level for the cases in that a release-package or record-packages contains releases from different publishers."
},
"documentation_url": "https://github.com/CompraNet/ocds_releasePublisher_extension",
"id": "releasePublisher",
"name": {
"en": "Release Publisher"
},
"url": "https://raw.githubusercontent.com/CompraNet/ocds_releasePublisher_extension/master/"
},
{
"category": "release",
"core": false,
"description": {
"en": "Adds a sources array to indicate the information systems from which the data originates."
},
"documentation_url": "https://bitbucket.org/ONCAETI/ocds_releasesource_extension/src/master/README.md",
"id": "releaseSource",
"name": {
"en": "Sources"
},
"url": "https://bitbucket.org/ONCAETI/ocds_releasesource_extension/raw/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields to describe the options for the renewal of contracts."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/renewal/",
"id": "renewal",
"name": {
"en": "Renewal"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_renewal_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV)."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/requirements/",
"id": "requirements",
"name": {
"en": "Requirements"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_requirements_extension/master/"
},
{
"category": "contract",
"core": false,
"description": {
"en": "For providing the risk allocations defined in a public private partnership's contract."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/risk_allocation/",
"id": "risk_allocation",
"name": {
"en": "Risk Allocation"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_riskAllocation_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a second stage object to the tender and lot objects, to describe the second stage of a two-stage procedure."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/secondStageDescription/",
"id": "secondStageDescription",
"name": {
"en": "Second stage description"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_secondStageDescription_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an object to describe the conditions for participation in a contracting process."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/selectionCriteria/",
"id": "selectionCriteria",
"name": {
"en": "Selection Criteria"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_selectionCriteria_extension/master/"
},
{
"category": "parties",
"core": false,
"description": {
"en": "Adds company ownership fields to the organization object used in the parties array."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/shareholders/",
"id": "shareholders",
"name": {
"en": "Shareholders"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_shareholders_extension/master/"
},
{
"category": "contract",
"core": false,
"description": {
"en": "Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/signatories/",
"id": "signatories",
"name": {
"en": "Signatories"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_contract_signatories_extension/master/"
},
{
"category": "release",
"core": false,
"description": {
"en": "Adds a top-level statistics array to describe statistics about the contracting process."
},
"documentation_url": "https://github.com/open-contracting-extensions/ocds_statistics_extension",
"id": "statistics",
"name": {
"en": "Statistics"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_statistics_extension/master/"
},
{
"category": "",
"core": false,
"description": {
"en": "Add a statusDetails field to Tender, Award and Contract object"
},
"documentation_url": "https://gitlab.com/dncp-opendata/ocds_statusdetails_extension",
"id": "statusDetails",
"name": {
"en": "Status Details"
},
"url": "https://gitlab.com/dncp-opendata/ocds_statusdetails_extension/-/raw/master/"
},
{
"category": "award",
"core": false,
"description": {
"en": "Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/subcontracting/",
"id": "subcontracting",
"name": {
"en": "Subcontracting"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_subcontracting_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a submission terms object to the tender and lot objects, to describe how, when and where the tenderers must submit their bids."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/submissionTerms/",
"id": "submissionTerms",
"name": {
"en": "Submission terms"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_submissionTerms_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers."
},
"documentation_url": "https://github.com/open-contracting-extensions/ocds_suitability_extension",
"id": "suitability",
"name": {
"en": "Suitability"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_suitability_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/sustainability",
"id": "sustainability",
"name": {
"en": "Sustainability"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_sustainability_extension/master/"
},
{
"category": "",
"core": false,
"description": {
"en": "Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/tariffs/",
"id": "tariffs",
"name": {
"en": "Tariffs"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_tariffs_extension/1.1/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/techniques/",
"id": "techniques",
"name": {
"en": "Techniques"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_techniques_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/tenderClassification/",
"id": "tenderClassification",
"name": {
"en": "Tender classification"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_tenderClassification_extension/master/"
},
{
"category": "tender",
"core": false,
"description": {
"en": "Adds a date field to indicate when the tender was published."
},
"documentation_url": "https://github.com/portaledcahn/ocds_tenderDatePublished_extension/blob/master/README.md",
"id": "tender_datePublished",
"name": {
"en": "Tender Date Published"
},
"url": "https://raw.githubusercontent.com/portaledcahn/ocds_tenderDatePublished_extension/master/"
},
{
"category": "transaction",
"core": false,
"description": {
"en": "Adds a relatedImplementationMilestone field to transaction objects, so that payments against a contract can be linked with an implementation milestone."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/transaction_milestones/",
"id": "transaction_milestones",
"name": {
"en": "Transaction related milestones"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_transactions_relatedMilestone_extension/master/"
},
{
"category": "amendment",
"core": false,
"description": {
"en": "Adds an unstructuredChanges array to the Amendment object."
},
"documentation_url": "https://extensions.open-contracting.org/en/extensions/unstructuredChanges/",
"id": "unstructuredChanges",
"name": {
"en": "Unstructured changes"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_unstructuredChanges_extension/master/"
},
{
"category": "release",
"core": false,
"description": {
"en": "Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld."
},
"documentation_url": "https://github.com/open-contracting-extensions/ocds_withheldInformation_extension",
"id": "withheldInformation",
"name": {
"en": "Withheld information"
},
"url": "https://raw.githubusercontent.com/open-contracting-extensions/ocds_withheldInformation_extension/master/"
}
]
}