nerdexam
Cisco

200-301 · Question #1261

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

The correct answer is A. key. In a JSON schema, 'port' typically functions as a key, a string that names or identifies a specific piece of data, or value, within an object.

Submitted by fatima_kr· Mar 5, 2026Automation and Programmability

Question

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

Exhibits

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

Options

  • Akey
  • Bvalue
  • Carray
  • Dobject

How the community answered

(38 responses)
  • A
    95% (36)
  • B
    3% (1)
  • D
    3% (1)

Why each option

In a JSON schema, 'port' typically functions as a key, a string that names or identifies a specific piece of data, or value, within an object.

AkeyCorrect

In JSON, a key is a string (like 'port') that uniquely identifies a value within an object, creating a key-value pair, such as '"port": 80'.

Bvalue

A value is the data associated with a key (e.g., '80' for the 'port' key), not the key itself.

Carray

An array is an ordered list of values enclosed in square brackets, not a single word identifying a data field.

Dobject

An object is a collection of key-value pairs enclosed in curly braces, not an individual identifier like 'port'.

Concept tested: JSON data types (key)

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

Topics

#JSON structure#JSON keys

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice