JSON Schema Property 'basicdate'

Diagram

JSON Schema Diagram of /definitions/DRMDAT_TIN/properties/basicdate

Value

Object

Properties

Property Name Type Description
StartDate string, integer
Any of the following values:
  • A Integer value
  • A String value
EndDate string, integer
Any of the following values:
  • A Integer value
  • A String value
BillingUnit string A String value where length <= 10
ClearApprovalNecess boolean A Boolean value
Note string A String value where length <= 200
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"basicdate": {
    "type": "object",
    "properties": {
        "StartDate": {
            "type": [
                "integer",
                "string"
            ],
            "format": "date-time"
        },
        "EndDate": {
            "type": [
                "integer",
                "string"
            ],
            "format": "date-time"
        },
        "BillingUnit": {
            "type": "string",
            "maxLength": 10
        },
        "ClearApprovalNecess": {
            "type": "boolean"
        },
        "Note": {
            "type": "string",
            "maxLength": 200
        }
    },
    "required": []
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (1986:18)
Documentation for DRMDAT-01
Generated using Liquid Studio 2021 - JSON Editor Edition 19.0.4.10725