Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 31, 2022
1 parent 4628d39 commit 5fa9c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[simple_object]
[object]
# Comment

string = "I'm a string."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"simple_object": {
"object": {
"type": "object",
"properties": {
"string": { "type": "string" },
Expand Down

0 comments on commit 5fa9c47

Please sign in to comment.