I was going through Github REST API v3 doc and found the media type application/vnd.github+json
. I am familiar with traditional media types such as application/json
, application/xml
.
It seems to be that it is related to OpenAPI 3 specification. If I were to create my own media type, how would I go about creating one for a new a team which would be used by other teams?