Skip to content

Commit 6239059

Browse files
docs/schema/reference.md: Replace 'section' with 'object' or 'array'.
1 parent 18da662 commit 6239059

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/schema/reference.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ Each organization has a `details` object. Through extensions, this can be used t
131131

132132
### Planning
133133

134-
The `planning` section is defined as:
134+
The `planning` object is defined as:
135135

136136
```{field-description} ../../build/current_lang/release-schema.json /definitions/Planning
137137
```
138138

139-
Background documents such as feasibility studies and project plans can also be included in this section.
139+
Background documents such as feasibility studies and project plans can also be included in `planning`.
140140

141141
````{admonition} Example
142142
:class: hint
@@ -164,9 +164,9 @@ Background documents such as feasibility studies and project plans can also be i
164164

165165
#### Budget
166166

167-
Apart from documents, the majority of planning information is held within the `planning/budget` section. This is designed to allow both machine-readable linkable data about budgets, cross-referencing to data held in other standards such as the [Fiscal Data Package](https://specs.frictionlessdata.io/fiscal-data-package/) or [International Aid Transparency Initiative Standard](https://iatistandard.org/en/), and human readable description of the related budgets and projects, supporting users to understand the relationship of the contracting (or planning) process to existing projects and budgets even where linked data is not available.
167+
Apart from documents, the majority of planning information is held within the `planning/budget` object. This is designed to allow both machine-readable linkable data about budgets, cross-referencing to data held in other standards such as the [Fiscal Data Package](https://specs.frictionlessdata.io/fiscal-data-package/) or [International Aid Transparency Initiative Standard](https://iatistandard.org/en/), and human readable description of the related budgets and projects, supporting users to understand the relationship of the contracting (or planning) process to existing projects and budgets even where linked data is not available.
168168

169-
The `planning/budget` section is defined as:
169+
The `planning/budget` object is defined as:
170170

171171
```{field-description} ../../build/current_lang/release-schema.json /definitions/Budget
172172
```
@@ -180,7 +180,7 @@ The `planning/budget` section is defined as:
180180
```
181181
````
182182

183-
The `planning/budget` section has the following fields:
183+
The `planning/budget` object has the following fields:
184184

185185
```{jsonschema} ../../build/current_lang/release-schema.json
186186
:pointer: /definitions/Budget
@@ -193,7 +193,7 @@ The `planning/budget` section has the following fields:
193193

194194
#### Project
195195

196-
The `planning/project` section is defined as:
196+
The `planning/project` object is defined as:
197197

198198
```{field-description} ../../build/current_lang/release-schema.json /definitions/Project
199199
```
@@ -207,7 +207,7 @@ The `planning/project` section is defined as:
207207
```
208208
````
209209

210-
The `planning/project` section has the following fields:
210+
The `planning/project` object has the following fields:
211211

212212
```{jsonschema} ../../build/current_lang/release-schema.json
213213
:pointer: /definitions/Project
@@ -220,7 +220,7 @@ The `tender` section includes details of the announcement that an organization i
220220

221221
It can contain details of a forthcoming process to receive and evaluate proposals to supply these goods, services or works and can also be used to record details of a completed tender stage, including details of bids received.
222222

223-
The `tender` section is defined as:
223+
The `tender` object is defined as:
224224

225225
```{field-description} ../../build/current_lang/release-schema.json /definitions/Tender
226226
```
@@ -234,7 +234,7 @@ The `tender` section is defined as:
234234
```
235235
````
236236

237-
Each `tender` section has the following fields:
237+
Each `tender` ojbect has the following fields:
238238

239239
```{jsonschema} ../../build/current_lang/release-schema.json
240240
:pointer: /definitions/Tender

0 commit comments

Comments
 (0)