-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cb0f76b
Showing
1,515 changed files
with
334,039 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
extensions.open-contracting.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* | ||
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https:; style-src 'self' 'unsafe-inline' https://use.fontawesome.com; img-src 'self' data: https:; font-src 'self' https://use.fontawesome.com https://use.typekit.net; object-src 'none'; worker-src 'none'; frame-ancestors 'none' | ||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="refresh" content="0;url='/en/extensions/additionalContactPoint/master/'"> | ||
<link rel="stylesheet" href="/static/css/theme.css"> | ||
<link rel="canonical" href="/en/extensions/additionalContactPoint/master/"> | ||
<title>Additional Contact Points — OCDS Extension Explorer</title> | ||
</head> | ||
<body> | ||
|
||
<main role="main"> | ||
<div class="container"> | ||
<div class="row mt-4"> | ||
<div class="col"> | ||
<p class="lead"> | ||
<svg class="d-inline-block" width="80" height="50" viewBox="0 0 80 38" xmlns="http://www.w3.org/2000/svg" focusable="false" role="img"> | ||
<title>Open Contracting Partnership</title> | ||
<g fill="none" fill-rule="evenodd"><path d="M33.568 4.227L25.216.14 7.952 7.072l7.94 5.81L0 20.664 16.92 38l16.648-12.182L50.216 38l16.92-17.336-15.89-7.78 7.937-5.81L41.917.138l-8.35 4.087z" fill="#D9E021"></path><path d="M25.216.138L7.952 7.073l7.94 5.81 17.676-8.656-8.352-4.09z" fill="#B9C504"></path><path d="M33.568 25.818L50.216 38l16.92-17.336-15.89-7.78-17.678 12.934z" fill="#D9E021"></path><path d="M51.245 12.884L33.568 25.818V4.228l17.677 8.656z" fill="#B9C504"></path><path d="M33.568 4.227v21.59L15.89 12.885 33.57 4.227z" fill="#9DAD01"></path><path d="M0 20.664L16.92 38l16.648-12.182L15.89 12.884 0 20.664zM41.916.138l-8.348 4.09 17.676 8.656 7.94-5.81L41.915.137z" fill="#D9E021"></path></g> | ||
</svg> | ||
This page has moved to a <a href="/en/extensions/additionalContactPoint/master/">/en/extensions/additionalContactPoint/master/</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Additional Contact Points and Contact Point Languages | ||
|
||
There are some cases where it is important to list multiple contact points for an organization, particularly in cases where each contact point deals with enquiries in particular languages only. | ||
|
||
This extension adds an array of `additionalContactPoints` to the `Organization` object, and introduces an `availableLanguage` array of language codes to `ContactPoint`. | ||
|
||
When this extension is used, publishers should include a **primary contact point** for the `contactPoint` object, on the basis that many applications will not be aware of the `additionalContactPoints` array. However, if a primary contact point can't be determined, all contact points may be disclosed in the `additionalContactPoints` array. | ||
|
||
## Example | ||
|
||
```json | ||
{ | ||
"parties": [ | ||
{ | ||
"id": "GB-LAC-E09000003", | ||
"roles": [ | ||
"procuringEntity" | ||
], | ||
"identifier": { | ||
"scheme": "GB-LAC", | ||
"id": "E09000003", | ||
"legalName": "AnyTown Council" | ||
}, | ||
"name": "AnyTown Council", | ||
"address": { | ||
"streetAddress": "4, North London Business Park, Oakleigh Rd S", | ||
"locality": "London", | ||
"region": "London", | ||
"postalCode": "N11 1NP", | ||
"countryName": "United Kingdom" | ||
}, | ||
"contactPoint": { | ||
"name": "Procurement Team", | ||
"email": "[email protected]", | ||
"telephone": "01234 345 346", | ||
"availableLanguage": [ | ||
"en" | ||
] | ||
}, | ||
"additionalContactPoints": [ | ||
{ | ||
"name": "Procurement Team (International Enquiries)", | ||
"email": "[email protected]", | ||
"telephone": "01234 345 346 Extension 123", | ||
"availableLanguage": [ | ||
"es", | ||
"fr", | ||
"de" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
``` | ||
|
||
## Modelling notes | ||
|
||
`availableLanguage` is singular, although it is an array, to align with [Schema.org](https://schema.org/availableLanguage). | ||
|
||
## 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. | ||
|
||
## Changelog | ||
|
||
### 2020-06-04 | ||
|
||
- Review normative and non-normative words | ||
|
||
### 2020-04-24 | ||
|
||
- Add `minProperties`, `minItems` and/or `minLength` properties. | ||
|
||
### 2019-03-20 | ||
|
||
- Set `"uniqueItems": true` on array fields. | ||
|
||
### 2018-12-21 | ||
|
||
- Set `wholeListMerge` on `Organization.additionalContactPoints` | ||
- Clarify use of language codes on `ContactPoint.availableLanguage` |
23 changes: 23 additions & 0 deletions
23
en/extensions/additionalContactPoint/master/extension.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": { | ||
"en": "Additional Contact Points", | ||
"es": "Puntos de contacto adicionales" | ||
}, | ||
"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.", | ||
"es": "Para proveer m\u00faltiples puntos de contacto de una organizaci\u00f3n, o para indicar los idiomas disponibles de un punto de contacto. Por ejemplo, puede usarse para indicar un punto de contacto para cada idioma." | ||
}, | ||
"documentationUrl": { | ||
"en": "https://extensions.open-contracting.org/en/extensions/additionalContactPoint/" | ||
}, | ||
"compatibility": [ | ||
"1.1" | ||
], | ||
"schemas": [ | ||
"release-schema.json" | ||
], | ||
"contactPoint": { | ||
"name": "Open Contracting Partnership", | ||
"email": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.