Panel | ||
---|---|---|
| ||
| ||
Info | ||
Version | ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd> |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
tbdVerification Support
Correctness | Check that: [ ] The name of the support point of contact is correct. [ ] The contact information of the support point of contact is correct. [ ] The role of the support point of contact is correct. |
Examples
The following example shows the content as a table.
support availability | name | Service Desk [24/7] |
---|---|---|
contact information | phone number: +693 555 01 email: service-desk@donlon-airport.com | |
role | To report incidents on services in operation. |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Code Block | ||||
---|---|---|---|---|
| ||||
"serviceSupport": [{
"name": "Service Desk [24/7]",
"contactInformation": [{
"type": "PHONE",
"address": "+693 555 01"
}, {
"type": "EMAIL",
"address": "service-desk@donlon-airport.com"
}],
"role": "To report incidents on services in operation."
}] |
Complete examples are available at Example service description.