Json is represented as "type": "object"
See original GitHub issueIt should be generated as
{
"anyOf": [
{ "type": "object" },
{
"type": "array"
}
]
}
it is generated as
{"type": "object"}
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
JSON Data Types - W3Schools
Valid Data Types. In JSON, values must be one of the following data types: a string; a number; an object (JSON object); an...
Read more >JSON | Data Types - GeeksforGeeks
JSON supports mainly 6 data types: string; number; boolean; null; object; array. Note: string, number, boolean, null are simple data types ...
Read more >JSON - DataTypes - Tutorialspoint
Object · It is an unordered set of name/value pairs. · Objects are enclosed in curly braces that is, it starts with '{'...
Read more >JSON Types, Functions, and Uses with Examples - Spiceworks
An object is a data type in JavaScript Object Notation that is made up of unordered or non-structured sets of data represented as...
Read more >Introduction to JSON - Java EE
JSON defines only two data structures: objects and arrays. An object is a set of name-value pairs, and an array is a list...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Alright! I will adjust my MR tomorrow and I will release a new version afterwards! I will let you know.