Type alias MappingSchema

MappingSchema: (BothPropertiesSchema | PropertiesSchema | OptionalPropertiesSchema) & {
    nullable?: false;
}

any schema that is valid in the mapping section of a discriminator type

Type declaration

  • Optional Readonly nullable?: false

    mapping schemas can't be null