Panel | ||
---|---|---|
| ||
|
Info | ||
---|---|---|
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd> |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
tbd
Example
Access and Use Conditions
Legal constraints
Service Policies
Business policy
Operational policy
Technical policy
Service consumption constraints
Verification Support
Completeness | Check that: [ ] The service description includes or refers to information about the legal constraints which apply to accessing and using the service. [ ] The service description includes or refers to information about the service policies which apply to accessing and using the service. [ ] The service description includes or refers to information about the service consumption constraints which apply to accessing and using the service. |
Examples
The following example shows the content as a table.
service access and use conditions | legal constraints | TBD | |
---|---|---|---|
service policies | business policy | The access to the service is subject to the signature of a Service Level Agreement with the Donlon Airport Operator. | |
operational policy | TBD | ||
technical policy | TBD | ||
service consumption constraints | TBD |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Code Block | ||||
---|---|---|---|---|
| ||||
"generalDescription": {
"accessAndUseConditions": [{
"name": "TBD",
"type": "LEGAL_CONSTRAINT",
"description": "tbd."
}, {
"name": "Need for SLA",
"type": "SERVICE_POLICY",
"description": "The access to the service is subject to the signature of a Service Level Agreement with the Donlon Airport Operator."
}, {
"name": "TBD",
"type": "SERVICE_CONSUMPTION_CONSTRAINT",
"description": "tbd."
}]
} |
Complete examples are available at Example service description.