applicationvndcompanyv1json
applicationvndcompanyv1json is a vendor-specific media type used to denote JSON payloads in Company’s version 1 API messages. It is commonly referred to in documentation as a form of the vendor tree mime type, typically written in its canonical form as application/vnd.company.v1+json. The unpunctuated string appears in some code samples or internal references as a shorthand token, but it is not the standard registered form.
Registration and interoperability: The properly formed type, appending the vendor name and version, is intended to
Data format and structure: As a JSON-based type, payloads share the general characteristics of application/json data.
Versioning and compatibility: The v1 designation signals the initial version of the API’s JSON payload format
Security and usage considerations: Treat this media type like other vendor-specific types: validate input, enforce authentication,
See also: application/json, application/vnd.company.v2+json, IANA media types.