Skip to content
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

[Fix #467] Adding schema validation #470

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fjtirado
Copy link
Collaborator

Fix #467

@fjtirado fjtirado force-pushed the Fix_#467 branch 2 times, most recently from 9e442da to d6e39dd Compare November 15, 2024 18:07
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
return new FileResource(Path.of(uri));
}

private StaticResource buildFromURI(URI uri) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to complete this one

}

private StaticResource buildFromString(String uri) {
return new FileResource(Path.of(uri));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to complete this one

@fjtirado fjtirado marked this pull request as draft November 15, 2024 18:14
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.

Add Input and Output schema validation
1 participant