Skip to content

Commit

Permalink
Source File: correct spec json to match json format (#13738)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm authored Jun 28, 2022
1 parent d2e9a79 commit d3b1d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "string",
"title": "Reader Options",
"description": "This should be a string in JSON format. It depends on the chosen file format to provide additional options and tune its behavior.",
"examples": ["{}", "{'sep': ' '}"]
"examples": ["{}", "{\"sep\": \" \"}"]
},
"url": {
"type": "string",
Expand Down

0 comments on commit d3b1d15

Please sign in to comment.