What does the word "port" represent within this JSON schema?
"port"
In JSON, each member of an object is a name/value pair. The text to the left of the colon is the property name, also called the key, and the text to the right is the value. Here, "port" appears as the property name in each object, so it is a key.
Community Discussion