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

Add Link object to schema reference #1431

Merged
merged 7 commits into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.mo
*.swp
.cache
.python-version
.ve

/*.pdf
Expand Down
2 changes: 1 addition & 1 deletion docs/history/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Per the [normative and non-normative content and changes policy](https://docs.go
* [#1324](https://github.com/open-contracting/standard/pull/1324) `tender.datePublished`
* [#1165](https://github.com/open-contracting/standard/pull/1165) `statusDetails` to `Tender`, `Award` and `Contract`
* [#1125](https://github.com/open-contracting/standard/pull/1125) `Item.unit.weight`
* [#1326](https://github.com/open-contracting/standard/pull/1326) `links`
* [#1326](https://github.com/open-contracting/standard/pull/1326), [#1431](https://github.com/open-contracting/standard/pull/1431) `links`
duncandewhurst marked this conversation as resolved.
Show resolved Hide resolved
* [#1376](https://github.com/open-contracting/standard/pull/1376) `publisher`
* [#1208](https://github.com/open-contracting/standard/pull/1326) The estimated and maximum values of framework agreeemnts:
* `tender.maximumValue`. Previously, `tender.value` was used for the maximum value. However, this led to double-counting.
Expand Down
13 changes: 13 additions & 0 deletions docs/schema/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,16 @@ The publisher block is used in release and record packages to identify the sourc
```{jsonschema} ../../build/current_lang/release-package-schema.json
:include: publisher
```

### Link

The `Link` object is used in the `links` field:
duncandewhurst marked this conversation as resolved.
Show resolved Hide resolved

```{field-description} ../../build/current_lang/release-schema.json /properties/links
```

```{jsonschema} ../../build/current_lang/release-schema.json
:pointer: /definitions/Link
```

Links are used to reference related resources that describe the same release or contracting process. Links should not be used to reference related contracting processes. To reference related processes, see [RelatedProcess](#relatedprocess).