schema


Description:

[ NoAccessorMethod ]
[ Version ( deprecated = true , deprecated_since = "2.32" ) ]
public string schema { owned get; construct; }

Warning: schema is deprecated since 2.32.

The name of the schema that describes the types of keys for this Settings object.

Note:

Use the 'schema-id' property instead. In a future version, this property may instead refer to a SettingsSchema.

The type of this property is *not* SettingsSchema. SettingsSchema has only existed since version 2.32 and unfortunately this name was used in previous versions to refer to the schema ID rather than the schema itself. Take care to use the 'settings-schema' property if you wish to pass in a SettingsSchema.