Skip to content

Adding validation summary schema #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Conversation

AlejandroEsquivel
Copy link
Contributor

@AlejandroEsquivel AlejandroEsquivel commented Sep 20, 2024

Added ValidationSummary Schema:

{
   validatorName: "name of validator"
   validatorStatus: "pass" | "fail",
   failureReason: "",
   errorSpans: [Processed error spans with the parts of text that broke + indices]
}

@AlejandroEsquivel AlejandroEsquivel marked this pull request as draft September 20, 2024 20:46
@AlejandroEsquivel AlejandroEsquivel marked this pull request as ready for review September 20, 2024 20:59
@AlejandroEsquivel AlejandroEsquivel merged commit 8401e13 into main Sep 23, 2024
1 check passed
@AlejandroEsquivel AlejandroEsquivel deleted the feat/validation-summary branch September 23, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants