Hi,
I tried to parse a document with a parameter with this properties:
in: "query",
name: "version",
required: true,
default: "2018-07-13",
pattern: "^\d{4}-\d{2}-\d{2}$",
type: "string",
description: "Release date of the API version"
This parameter got the type OpenApiDateTime although it should be a string.
Thanks