Ghost/core/server/api/canary/utils
Daniel Lockyer 8853067830 Added custom json-string format to AJV validator
no issue

- the value of `mobiledoc` when submitting a page/post via the API must
  be JSON, but we don't validate this
- this results in url-utils throwing an error, which ends up being a 500
- this commit adds a custom format to AJV to validate it is valid JSON
- also updates tests with bad JSON - 'a'
2020-04-17 11:56:20 +01:00
..
serializers Moved htmlToMobiledocConverter() out of renderers 2020-03-19 12:18:54 +00:00
validators Added custom json-string format to AJV validator 2020-04-17 11:56:20 +01:00
index.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
permissions.js Implemented externally verifiable identity tokens 2020-03-16 13:22:04 +01:00