Panel | ||
---|---|---|
| ||
|
Info | ||
---|---|---|
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is SWIM-SERV-008 Service provider |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
Verification Support
Correctness | Check that: [ ] The name of the provider point of contact is correct. [ ] The contact information of the provider point of contact is correct. [ ] The role of the provider point of contact is correct. |
Examples
The following example shows the content as a table.
service provider | provider point of contact | name | Customer Relations |
---|---|---|---|
contact information | URL: http://www.donlon-airport.com/swim/service-request | ||
role | To request access to the service. |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata SchemaSchemas
Code Block | ||||
---|---|---|---|---|
| ||||
tbd"serviceProvider": { ... "pointOfContact": [{ "name": "Customer Relations", "contactInformation": [{ "type": "URL", "address": "http://www.donlon-airport.com/swim/service-request" }], "role": "To request access to the service." }] } |
Complete examples are available at Example service description.