ServiceInformation
org.sagebionetworks.repo.model.drs.ServiceInformation
Drs service information
| Field | Type | Description |
|---|---|---|
| id | STRING | The globally unique identifier of the service. Reverse domain name notation is used as id. |
| name | STRING | The name of the service. |
| type | PackageInformation | The DRS package information follows GA4GH specification. |
| description | STRING | The description of the service. |
| organization | OrganizationInformation | The information of the organization, which provides DRS API implementation. |
| contactUrl | STRING | The contact url of the organization. |
| documentationUrl | STRING | The url of supporting document for the service. |
| createdAt | STRING | The creation date of the Drs services. |
| updatedAt | STRING | The update date of the Drs services. |
| environment | STRING | The environment of the service in which its up and running. |
| version | STRING | The version of software in which Drs services released. |