ServiceRequest
| Field | Type | Mandatory | Description |
|---|---|---|---|
| systemName | SystemName | yes | The provider of the instance. |
| serviceDefinitionName | ServiceName | yes | The service definition of the instance. |
| version | Version | no | Version of the service instance. |
| expiresAt | DateTime | no | The moment of the future from which the service instance will not be available. |
| metadata | Metadata | no | Additional information about the service instance. |
| interfaces | List<ServiceInterfaceRequest> | yes | Available access interfaces of the service instance. |