You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now checks if `datacontenttype` matches the regex:
`^(application|text)\/([a-zA-Z]+\+)?json$")`
This regex support
`application/foobar+json`
or standard
```
application/json
text/json
```
Signed-off-by: Isaac Aymerich <isaac.aymerich@roche.com>
0 commit comments