Merged
Conversation
9d668e1 to
3720ab9
Compare
3720ab9 to
4d43cb9
Compare
ramizpolic
reviewed
Jan 23, 2026
ramizpolic
reviewed
Jan 23, 2026
docs/dir/validation-settings.md
Outdated
| ### Environment Variable | ||
|
|
||
| ```bash | ||
| DIRECTORY_SERVER_OASF_API_VALIDATION_SCHEMA_URL=https://schema.oasf.outshift.com ./dirctl-apiserver |
Member
There was a problem hiding this comment.
Suggested change
| DIRECTORY_SERVER_OASF_API_VALIDATION_SCHEMA_URL=https://schema.oasf.outshift.com ./dirctl-apiserver | |
| DIRECTORY_SERVER_OASF_API_VALIDATION_SCHEMA_URL=https://schema.oasf.outshift.com |
is this okay because it has some suffix?
Member
Author
There was a problem hiding this comment.
I replaced it with task server:start
ramizpolic
reviewed
Jan 23, 2026
ramizpolic
reviewed
Jan 23, 2026
| @@ -0,0 +1,99 @@ | |||
| # Validation Comparison: API Validator vs JSON Schema Draft-07 | |||
Member
There was a problem hiding this comment.
this might be interesting for a blog-post as well
Signed-off-by: András Jáky <ajaky@cisco.com>
Signed-off-by: András Jáky <ajaky@cisco.com>
Signed-off-by: András Jáky <ajaky@cisco.com>
4d43cb9 to
d74fbf3
Compare
Signed-off-by: Aron Kerekes <arkereke@cisco.com>
keraron
approved these changes
Jan 27, 2026
Signed-off-by: András Jáky <ajaky@cisco.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added docs to OASF with a comparison table about the API and json schema validators (behavior in different cases)
Added docs on how to configure validation for directory server
Extended docs for oasf-sdk with new validation settings
Closes #349