ComponentParameterSchema

Component parameter schema, which contains a list of all component parameters.

JSON representation
{
  "key": string,
  "defaultValue": value,
  "isRequired": boolean,
  "type": string
}
Fields
key

string

Output only. The key of the parameter.

defaultValue

value (Value format)

Output only. The default value of the parameter.

isRequired

boolean

Output only. Whether the parameter is required.

type

string

Output only. The type of the parameter.