Skip to content

Commit

Permalink
add schemaFile to ValidationFile
Browse files Browse the repository at this point in the history
Signed-off-by: Kartikay <[email protected]>
  • Loading branch information
kartikaysaxena committed Jan 13, 2025
1 parent aae00c4 commit 813e627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/validationfile/fileformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type ValidationFile struct {
// ValidationTuples are the validation tuples, in tuple string syntax.
// Deprecated: only for internal use. Use `relationships`.
ValidationTuples []string `yaml:"validation_tuples"`
// Schema file represents the path specified for the schema file
SchemaFile string `yaml:"schemaFile"`
}

// ParseAssertionsBlock parses the given contents as an assertions block.
Expand Down

0 comments on commit 813e627

Please sign in to comment.