
| Property Name | Type | Description |
|---|---|---|
| measurementmethod | string | measurementmethod (DRMDAT-01.json) |
| TradeStandard | string | TradeStandard (DRMDAT-01.json) |
| measurementDateTime | string, integer |
Any of the following values:
|
| deliveryDateTime | string, integer |
Any of the following values:
|
| Note | string | A String value where length <= 200 |
| quantityUnit | string | quantityUnit (DRMDAT-01.json) |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
"basicdate": {
"type": "object",
"properties": {
"measurementmethod": {
"type": "string",
"enum": [
"Harvester",
"Photooptical",
"Manuell",
"Electronic laser measuring systems"
],
"maxLength": 30
},
"TradeStandard": {
"type": "string",
"enum": [
"RVWV",
"OENL1021"
],
"maxLength": 30
},
"measurementDateTime": {
"type": [
"integer",
"string"
],
"format": "date-time"
},
"deliveryDateTime": {
"type": [
"integer",
"string"
],
"format": "date-time"
},
"Note": {
"type": "string",
"maxLength": 200
},
"quantityUnit": {
"type": "string",
"enum": [
"m³(fm)",
"m³(srm)",
"m³(fmo)",
"..."
],
"maxLength": 5
}
},
"required": []
}