Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Swagger Json: missing quotes #160

Open
biltongza opened this issue May 7, 2021 · 0 comments
Open

Invalid Swagger Json: missing quotes #160

biltongza opened this issue May 7, 2021 · 0 comments

Comments

@biltongza
Copy link

There are multiple occurrences of fields missing quotes, causing JSON readers to be unhappy.

Here are the culprits:

"fileSize": <image_file_size>,
"originalWidth": <image_width>,
"originalHeight": <image_height>,

"unshareable": <unshareable>,
"payload": {
"captureDate": "<image_capture_date>",
"importSource": {
"fileName": "<file_name>",
"fileSize": <image_file_size>,
"originalWidth": <image_width>,
"originalHeight": <image_height>,

"storageWidth": <video_storage_width>,
"storageHeight": <video_storage_height>

"fileSize": <image_file_size>,
"originalWidth": <image_width>,
"originalHeight": <image_height>,

"fileSize": <image_file_size>,
"originalWidth": <image_width>,
"originalHeight": <image_height>,

"storageWidth": <video_storage_width>,
"storageHeight": <video_storage_height>

@biltongza biltongza changed the title Invalid Swagger Json: missing qutoes Invalid Swagger Json: missing quotes May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant