schemas property

List<Schema>? schemas
getter/setter pair

The user's locally defined FDC Schema(s).

If not defined, the backend will fetch the user's deployed schema.

Optional.

Implementation

core.List<Schema>? schemas;