Lines 1–5 of the JSON schema represent which JSON construct?
Choose an answer
Tap an option to check your answer.
Correct answer: array.
Why this is the answer
Lines 1-5 of a JSON schema, typically starting with [ and ending with ], define an array. An array is an ordered collection of values. Each value within the array can be of any JSON data type (e.g., string, number, object, another array). The [ and ] characters are the delimiters that signify the beginning and end of an array. A key is a string that identifies a value within an object, but it's not a construct itself. An object is an unordered collection of key-value pairs, delimited by { and }. A value is the data associated with a key in an object or an element within an array, but it doesn't define the overall structure of multiple elements.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed