Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make examples minimal #1680

Open
wants to merge 39 commits into
base: 1.2-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e0429fd
docs/guidance/map/amendments.md: Simplify tender example
duncandewhurst Feb 28, 2024
b310838
docs/guidance/map/amendments.md: Add paragraph breaks
duncandewhurst Feb 28, 2024
ff14232
docs/examples/amendments/tender.json: Reindent
duncandewhurst Feb 28, 2024
667f2dd
docs/guidance/map/amendments.md: Copy edits
duncandewhurst Feb 28, 2024
87aec71
docs/schema/records_reference.md: Make examples minimal, copy edit
duncandewhurst Feb 28, 2024
adcd470
docs/guidance/map/awards_contracts.md: Update examples
duncandewhurst Feb 28, 2024
a609066
docs/guidance/map/amendments.md: Remove contract example
duncandewhurst Feb 29, 2024
992c3c2
docs/guidance/map/milestones.md: Update examples, copy edit
duncandewhurst Feb 29, 2024
81d271f
docs/guidance/map/organization_reference.md: Remove worked example
duncandewhurst Feb 29, 2024
356de45
docs/examples/award_decisions: Indent examples
duncandewhurst Feb 29, 2024
3c424b0
docs/guidance/map/framework_agreements: Update example 1
duncandewhurst Mar 11, 2024
5064d39
docs/guidance/map/framework_agreements: Update second example
duncandewhurst Mar 11, 2024
cbaa154
docs/guidance/map/framework_agreements: Split multi-award supplier
duncandewhurst Mar 11, 2024
1233714
docs/guidance/map/pre-qualification.md: Make examples minimal
duncandewhurst Mar 21, 2024
42bcaeb
docs/guidance/map/organization_identifiers.md: Make example minimal, …
duncandewhurst Mar 21, 2024
5382780
docs/guidance/map/organization_personal_identifiers.md: Make example …
duncandewhurst Mar 21, 2024
6e72c76
docs/guidance/map/organization_identifiers.md: Copy edit
duncandewhurst Mar 21, 2024
2701a5c
docs/guidance/map/organizational_units.md: Make examples minimal, cop…
duncandewhurst Mar 21, 2024
be526c5
docs/examples/organizations: Indent examples
duncandewhurst Mar 21, 2024
0e402cf
docs/guidance/map/framework_agreements.md: Update examples
duncandewhurst Mar 24, 2024
19ba27f
docs/guidance/map/unsuccessful_processes.md: Update examples
duncandewhurst Mar 24, 2024
cef92bd
docs/guidance/map/unsuccessful_processes.md: Update ocids
duncandewhurst Mar 24, 2024
c2ded5e
docs/guidance/map/contracting_planning_processes.md: Add example
duncandewhurst Mar 24, 2024
91313da
docs/guidance/map/organizational_units.md: Copy edit
duncandewhurst Mar 25, 2024
a82acb7
docs/guidance/map/organization_personal_identifiers.md: Copy edit
duncandewhurst Mar 25, 2024
743384a
docs/guidance/map/organization_classifications.md: Update examples, c…
duncandewhurst Mar 25, 2024
2b21b91
docs/guidance/map/organizational_units.md: Remove extension example
duncandewhurst Mar 25, 2024
a5d6ad4
docs/examples/organizations/organization_classification: Remove unuse…
duncandewhurst Mar 25, 2024
1636b81
schema/codelists/releaseTag.csv: Remove reference to planning process…
duncandewhurst Mar 25, 2024
0d34b8a
docs/guidance/map/contracting_planning_processes.md: Use non-normativ…
duncandewhurst Mar 25, 2024
0984ff8
Merge branch '1.2-dev' into 1666-make-examples-minimal (conflicts due…
jpmckinney Mar 27, 2024
0ce1660
docs/guidance/map/beneficial_ownership.md: Update examples
duncandewhurst Mar 27, 2024
0ab7733
Merge branch '1.2-dev' into 1666-make-examples-minimal
jpmckinney Mar 28, 2024
76f1ddb
schema/records_reference: Use same wording as schema ("number sign")
jpmckinney Mar 28, 2024
97bc0da
examples: Consolidate awards_contracts examples into one directory
jpmckinney Mar 28, 2024
4c5f24f
docs(chore): Use "example" not "worked example" open-contracting/stan…
jpmckinney Mar 28, 2024
6f058dc
docs/guidance/build/serialization.md: Update examples
duncandewhurst Mar 28, 2024
9dc2161
examples: Remove empty extensions array
jpmckinney Mar 28, 2024
a3d0ec6
Merge branch '1.2-dev' into 1666-make-examples-minimal
jpmckinney Jul 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/examples/award_decisions/identifiers.csv

This file was deleted.

4 changes: 0 additions & 4 deletions docs/examples/award_decisions/multi_award.csv

This file was deleted.

2 changes: 0 additions & 2 deletions docs/examples/award_decisions/single_award.csv

This file was deleted.

59 changes: 59 additions & 0 deletions docs/examples/awards_contracts/award_contract_changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"version": "1.1",
"releases": [
{
"ocid": "ocds-213czf-00001",
"id": "1",
"date": "2024-01-01T00:00:00Z",
"tag": [
"award"
],
"buyer": {
"id": "1",
"name": "Ministry of Finance"
},
"awards": [
{
"id": "1",
"title": "Award of contract for website development",
"suppliers": [
{
"id": "2",
"name": "360nx Designs"
}
]
}
],
"parties": [
{
"id": "1",
"name": "Ministry of Finance",
"roles": [
"buyer"
]
},
{
"id": "2",
"name": "360nx Designs",
"roles": [
"supplier"
]
}
]
},
{
"ocid": "ocds-213czf-00001",
"id": "2",
"date": "2024-01-11T00:00:00Z",
"tag": [
"awardCancellation"
],
"awards": [
{
"id": "1",
"finalStatus": "cancelled"
}
]
}
]
}
57 changes: 57 additions & 0 deletions docs/examples/awards_contracts/multi_award.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"version": "1.1",
"releases": [
{
"ocid": "ocds-213czf-00002",
"id": "1",
"date": "2024-01-01T00:00:00Z",
"tag": [
"award"
],
"awards": [
{
"id": "1",
"value": {
"amount": 75000,
"currency": "PYG"
},
"suppliers": [
{
"id": "1",
"name": "ELECTROPAR SA"
}
]
},
{
"id": "2",
"value": {
"amount": 25000,
"currency": "PYG"
},
"suppliers": [
{
"id": "2",
"name": "Limburg Equities S.A."
}
]
}
],
"parties": [
{
"id": "1",
"name": "ELECTROPAR SA",
"roles": [
"supplier"
]
},
{
"id": "2",
"name": "Limburg Equities S.A.",
"roles": [
"supplier"
]
}
]
}
]
}
48 changes: 48 additions & 0 deletions docs/examples/awards_contracts/single_award.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "1.1",
"releases": [
{
"ocid": "ocds-213czf-00002",
"id": "1",
"date": "2024-01-01T00:00:00Z",
"tag": [
"award"
],
"awards": [
{
"id": "1",
"value": {
"amount": 100000,
"currency": "PYG"
},
"suppliers": [
{
"id": "1",
"name": "ELECTROPAR SA"
},
{
"id": "2",
"name": "Limburg Equities S.A."
}
]
}
],
"parties": [
{
"id": "1",
"name": "ELECTROPAR SA",
"roles": [
"supplier"
]
},
{
"id": "2",
"name": "Limburg Equities S.A.",
"roles": [
"supplier"
]
}
]
}
]
}
23 changes: 2 additions & 21 deletions docs/examples/beneficial_ownership/award.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": "1.1",
"releases": [
{
"ocid": "ocds-b5fd17-06bc003d-1b90-4148-80b0-ae1816dad552",
"id": "ocds-b5fd17-06bc003d-1b90-4148-80b0-ae1816dad552-441827-re21341",
"ocid": "ocds-213czf-0000",
"id": "1",
"date": "2021-06-08T14:14:33Z",
"tag": [
"award"
Expand All @@ -18,25 +18,6 @@
},
"roles": [
"supplier"
],
"address": {
"streetAddress": "Oak Works, Oak Lane, Kingswinford, West Midlands, DY6 7JW"
}
}
],
"awards": [
{
"id": "6031d3f9-f86b-462c-80b2-4a02c760ddcd",
"date": "2021-06-07T00:00:00Z",
"value": {
"amount": 32191,
"currency": "GBP"
},
"suppliers": [
{
"id": "GB-COH-00507062",
"name": "T.M. ENGINEERS (MIDLANDS) LIMITED"
}
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
],
"releases": [
{
"ocid": "ocds-b3wdp1-MD-1602178295495",
"id": "ocds-b3wdp1-MD-1602178295495-EV-1602179847933-1603023717142",
"ocid": "ocds-213czf-0001",
"id": "1",
"date": "2020-10-18T12:21:56Z",
"tag": [
"award"
Expand All @@ -31,22 +31,6 @@
}
]
}
],
"awards": [
{
"id": "f867a510-0edf-11eb-a6ca-b5f4fa6e44dc",
"date": "2020-10-18T12:21:56Z",
"value": {
"amount": 56660,
"currency": "MDL"
},
"suppliers": [
{
"id": "MD-IDNO-2001100158022",
"name": "Microsoft Moldova"
}
]
}
]
}
]
Expand Down
31 changes: 31 additions & 0 deletions docs/examples/contracting_planning_processes/contracting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "1.1",
"releases": [
{
"ocid": "ocds-213czf-0001",
"id": "1",
"date": "2024-07-01T00:00:00Z",
"tag": [
"tender"
],
"tender": {
"id": "1",
"title": "Office supplies",
"value": {
"amount": 10000,
"currency": "USD"
}
},
"relatedProcesses": [
{
"id": "1",
"relationship": [
"planning"
],
"scheme": "ocid",
"identifier": "ocds-213czf-0000"
}
]
}
]
}
25 changes: 25 additions & 0 deletions docs/examples/contracting_planning_processes/planning.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "1.1",
"releases": [
{
"ocid": "ocds-213czf-0000",
"id": "1",
"date": "2024-01-01T00:00:00Z",
"tag": [
"planning"
],
"planning": {
"budget": {
"amount": {
"amount": 10000,
"currency": "USD"
}
}
},
"tender": {
"id": "1",
"title": "Office supplies"
}
}
]
}
Loading