Jeremy Fiel

Results 83 comments of Jeremy Fiel

EDIT: guess I should have read your link. Another multipart option missing is the ability to send multiple files in a single form field. It should be a form-data payload...

A big missing piece from the `multipart/mixed` RFC is the ability to define the body parts in the same way form-data uses `content-disposition` header. Because the RFC is so old,...

> @jeremyfiel I know that `multipart/mixed` and similar MIME-derived formats explicitly allow nesting. > > I noticed that the most recent `multipart/form-data` RFC, RFC 7578, [deprecates the nesting in favor...

I'm going to mix in a bit of draft 2 and 3 references to build a timeline of some of the keywords. I'm no expert, so please correct me if...

@jviotti You mentioned other work on adjacent projects would support this work, has there been any movement on those projects?

the schema provided is invalid JSON Schema. I wrote the actual schema required to validate what I presume they are trying to interpret here. the `File` schema does not have...

a valid example of a response based on the schema I provided ```json [ { "[email protected]": { "blocks": [ { "learn-basic-css-by-building-a-cafe-menu": { "completedChallenges": [ { "id": "5f33071498eb2472b87ddee4", "completedDate": 1475094716730, "files":...

I've updated your schema to validate the payload you provided. I left the comment in the gist.

Can you give an example OAS description and your expected behavior? Sounds like you want to externalize your schemas, which can be done a multitude of ways. First, you can...

You have quite a few errors in the "not working" file. First big thing is you have duplicate mapping keys. These four schemas are listed under `components>schemas` but in reality,...