Created by: eak24
See #8896 (closed) . The Go client was failing when a schema looked like:
"schema": {
"type": "string",
"format": "date-time",
"default": "2000-01-01T00:00:00Z"
}
This fixes that! Not sure who to tag in this... @wing328 ?