Page Contents

Home > @loopback/repository-json-schema > JsonSchemaOptions > exclude

JsonSchemaOptions.exclude property

List of model properties to exclude from the schema.

Signature:

exclude?: (keyof T)[];