Developer Docs
API Reference
Types
Schema Detection
Interfaces
Interface: SchemaChange

web


web / lib/types/schema-detection / SchemaChange

Interface: SchemaChange

Properties

type

type: "new_field" | "removed_field" | "type_change" | "enum_change" | "format_change"


path

path: string


details

details: any


severity

severity: "error" | "info" | "warning"


autoApprovable

autoApprovable: boolean