properties

Represents a map of property definitions for an object.

Each entry in the map consists of a key-value pair, where the key is the name of the property (as a String) and the value is an instance of PropertyDefinition, which describes the details of the property based on the JSON Schema.

This property may be null, indicating that no properties are defined for the object or the properties are unavailable.