Panel | ||
---|---|---|
| ||
| ||
Info | ||
Version | ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd> |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
tbdVerification Support
Completeness | Check that: [ ] The service description includes information on the lifecycle stage that the service is currently in. [ ] The service description includes, if applicable, qualifying dates for the lifecycle stage. |
Examples
The following example shows the content as a table.
service lifecycle information | lifecycle stage | Operational |
---|---|---|
qualifying date | since 2020-04-07 |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Info |
---|
The Service Metadata Schema uses a "serviceType" field to record the maturity of the description with regards to SWIM compliance. This is not required by the Specification but must be provided. |
Code Block | ||||
---|---|---|---|---|
| ||||
"serviceCategorisation": {
"serviceType": "SWIM_COMPLIANT",
"lifeCycle": [{
"lifeCycleStage": "OPERATIONAL",
"from": "2020-04-07"
}],
} |
Complete examples are available at Example service description.