w3c/Micropub

mp-* reserved for JSON payloads

Closed this issue · 1 comments

Quoting from https://www.w3.org/TR/micropub/#reserved-properties:

A few POST body property names are reserved when requests are sent as x-www-form-urlencoded or multipart/form-data.
[…]
mp-* - reserved for future use

Since mp-* are reserved properties of posts, they also have this function in JSON-formatted requests, and should be noted as such.

I added a note that mp- are reserved for JSON requests as well. https://micropub.net/draft/#reserved-properties

Please close the issue if you are satisfied, thanks!