Closed
Description
Question
the use of contentEncoding
, contentMediaType
from here is very confusing
considered the use of json-schema in OAS3.1 spec
https://json-schema.org/understanding-json-schema/reference/non_json_data.html
I suggest to use another term instead of content
and contentEncoding
.
Suitable values could be stringEncoding
or objectEncoding
... anything that doesn't remind http :)