Skip to content

is date-time supported in V201909 and latest version of jar #1097

Open
@surajit-pradhan

Description

@surajit-pradhan

Below schema doesn't work for me with V201909 and latest version of jar.

{
  "type": "object",
  "properties": {
    "datetime": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": ["datetime"]
}

can somebody confirm whether i am right or i am missing something.My old code is breaking after jar upgrade .I had to choose workaround to use pattern to validate date-time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions