fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #390 from Glup3/feat/add-json-ld-to-content-parsing

authored by

Lubos and committed by
GitHub
a9a87831 67df3ec9

+6
+5
.changeset/long-icons-shave.md
··· 1 + --- 2 + "@hey-api/openapi-ts": minor 3 + --- 4 + 5 + feat: add JSON-LD to content parsing
+1
packages/openapi-ts/src/openApi/v3/parser/getContent.ts
··· 11 11 const BASIC_MEDIA_TYPES = [ 12 12 'application/json-patch+json', 13 13 'application/json', 14 + 'application/ld+json', 14 15 'application/x-www-form-urlencoded', 15 16 'text/json', 16 17 'text/plain',