fisheriesTripObservationType
Description
Base class for fisheries observation resources.
The fisheriesTripObservationType schema inherits from coreObservationType.
Properties
Name | Description | Required | Type |
---|---|---|---|
Trip | Identifies the trip on which the observations were made. | Yes | fisheriesTripType |
ObservationDate | UTC Date (required) and time (optional) the observation was taken | Yes | date-time |
PhenomenonStartTime | ISO UTC DateTime. The start time of the phenomenon being observed. | No | date-time |
PhenomenonEndTime | ISO UTC DateTime. The end time of the phenomenon being observed. | No | date-time |
Responsible | Identifier of the person responsible for the observation | No | string |
Remark | Notes or remarks field | No | string |
Id | Unique identifier (UUID) used within the current server to identify the resource. | Yes | string |
Identifiers | Identifiers for the resource (see well-known/schemes... for example identity schemes). | No | Array of identifierType |
Links | Linked resources that are related to the current resource. | No | Array of relationType |
Meta | Meta-data for the resource. Mandatory if you wish to support synchronisation. | Yes | metaDataType |
Name | A user-readable name for the resource. | No | string |
Self | Uniform resource identifier (URI) of the resource (rel=self). | No | string |
Examples
Example 1
{
"trip": {
"tripId": {
"scheme": "scheme",
"id": "id"
},
"skipper": "skipper",
"vesselName": "vesselName",
"vesselIdentifier": {
"scheme": "scheme",
"id": "id"
},
"licences": [
""
],
"startDateTime": "2024-10-30T01:50:44.6663481+00:00",
"endDateTime": "2024-10-30T01:50:44.6663494+00:00",
"fishery": "fishery",
"manDays": 0.0,
"effortActive": 0.0,
"effortNets": 0.0,
"environmentalObservations": []
},
"observationDate": "2024-10-30T01:50:44.6663600+00:00",
"phenomenonStartTime": "2024-10-30T01:50:44.6663629+00:00",
"phenomenonEndTime": "2024-10-30T01:50:44.6663639+00:00",
"responsible": "responsible",
"remark": "remark"
}