Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 30, 2019
1 parent ddc6ff7 commit 46fbc4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

In some cases it is important to provide an overall title and description for a contracting process, distinct from the individual title and description fields contained within `tender`, `award` and `contract` blocks.

This extension provides `release.title` and `release.description` fields.
This extension adds `title` and `description` fields to the release schema.

These will often be used to provide a human-readable summary of information that is provided elsewhere in the OCDS document as structured data.

Publishers using these fields should be aware that not all applications will display their contents, and so key information for understanding the nature of the contracting process should generally **also** be provided using core OCDS fields.

## Example

```json
{
"title": "Next-Generation Telecommunications PPP",
"description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
}
```

## Issues

Report issues for this extension in the [ocds-extensions repository](https://github.com/open-contracting/ocds-extensions/issues), putting the extension's name in the issue's title.
Expand Down

0 comments on commit 46fbc4d

Please sign in to comment.