Panel | ||
---|---|---|
| ||
| ||
Info | ||
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is SWIM-SERV-006 Service identification |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
The name of the service is a piece of identifying information that gives stakeholders a way to reference or identify a service. It is best to include the service name only; avoid suffixing with "service".
The version is always provided regardless of whether or not there are multiple versions of a service. Each version of a service shall have its own completed description. This enables service consumers to distinguish between releases of the service.
Verification Support
Completeness | Check that: [ ] The service description includes a name for the service. [ ] The service description includes a version for the service. |
Examples
The following example shows the content as a table.
service identification | service name | TargetOffBlockTimeSetting |
---|---|---|
version | 1.3.0 |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Code Block | ||||
---|---|---|---|---|
| ||||
"serviceIdentification": { "name": "TargetOffBlockTimeSetting", "version": "1.3.0" } |
Complete examples are available at Example service description.