nerdexam
Cisco

200-301 · Question #1488

What is represented by the word "switch" within this JSON schema?

The correct answer is A. key. This question asks to identify the role of the word 'switch' within a JSON schema, which is a fundamental component of JSON structure.

Submitted by yaw92· Mar 5, 2026

Question

What is represented by the word "switch" within this JSON schema?

Exhibits

200-301 question #1488 exhibit 1
200-301 question #1488 exhibit 2

Options

  • Akey
  • Bobject
  • Carray
  • Dvalue

How the community answered

(60 responses)
  • A
    88% (53)
  • B
    2% (1)
  • C
    3% (2)
  • D
    7% (4)

Why each option

This question asks to identify the role of the word 'switch' within a JSON schema, which is a fundamental component of JSON structure.

AkeyCorrect

In a JSON schema, a 'key' (also known as a 'property name' or 'field name') is a string that uniquely identifies a 'value' within an object, appearing before a colon to label the associated data.

Bobject

An 'object' in JSON is an unordered collection of key-value pairs, denoted by curly braces `{}`, rather than a single word like 'switch'.

Carray

An 'array' in JSON is an ordered collection of values, denoted by square brackets `[]`, not a single word.

Dvalue

A 'value' in JSON is the data associated with a key, which can be a string, number, boolean, null, object, or array, but 'switch' here identifies that data, rather than being the data itself.

Concept tested: JSON data structure (key-value pairs)

Source: https://www.json.org/json-en.html

Topics

#JSON#JSON syntax#JSON schema#Key-value pairs

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice