{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NestedVendorRequestRequest", "type": "object", "properties": { "submitted_date": { "type": "string", "format": "date-time" } }, "required": [ "submitted_date" ] }