Panel | ||
---|---|---|
| ||
| ||
Info | ||
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd> |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
tbd
Example
MachineVerification Support
Completeness | Check that: [ ] The service description includes or refers to a service interface definition in a machine-readable format if the service interface binding supports it. |
Consistency | Check that: [ ] The provided elements are consistent with the selected binding. |
Examples
The following example shows the content as a table.
machine-readable service interface definition | public:/2019-09/TOBT_Interface.wsdl |
---|
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Code Block | |||
---|---|---|---|
|
| |
"references": {
"serviceDocument": [{
"documentType": "MACHINE_READABLE_SERVICE_DESCRIPTION",
"title": "Interface WSDL",
"version": "1.0",
"description": "Machine processable description of the service interface",
"reference": {
"url": "public:/2019-09/TOBT_Interface.wsdl"
}
}]
} |
Complete examples are available at Example service description.