1 Answer
- Newest
- Most votes
- Most comments
0
Given your authors.json
exceeds the limit, try and reduce the size by preprocessing. Some ideas:
- Remove the whitespace from the JSON by serializing without indentation or newlines - example using JSON.stringify:
JSON.stringify(JSON.parse(authorsAsStringValue))
- Convert from an OpenAPI JSON format to a YAML format
Relevant content
- asked 6 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago