Example text for request bodies of bulk data operations non-text media types was being escaped as a JSON string (specifically application/x-jsonlines and application/json as well as the UTF-8 variants).
Modified the application/json media type examples to specify generic JSON
Modified the application/x-jsonlines media type examples to refer users to the text/plain examples
Modified example ordering so text/plain comes first
Example text for request bodies of bulk data operations non-text media types was being escaped as a JSON string (specifically
application/x-jsonlines
andapplication/json
as well as the UTF-8 variants).application/json
media type examples to specify generic JSONapplication/x-jsonlines
media type examples to refer users to thetext/plain
examplestext/plain
comes first