JSON Schema Property 'basicdate'

Diagram

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

Value

Object

Properties

Property Name Type Description
Date string, integer
Any of the following values:
  • A Integer value
  • A String 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": {
        "Date": {
            "type": [
                "integer",
                "string"
            ],
            "format": "date-time"
        },
        "Note": {
            "type": "string",
            "maxLength": 200
        }
    },
    "required": []
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (2358:18)
Documentation for DRMDAT-01
Generated using Liquid Studio 2021 - JSON Editor Edition 19.0.4.10725