diff --git a/src/schema.ts b/src/schema.ts index 7ffaccd91..d80d1d841 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -137,8 +137,6 @@ export default abstract class BaseSchema< strict: false, abortEarly: true, recursive: true, - label: undefined, - meta: undefined, nullable: false, presence: 'optional', ...options?.spec,