docs(external): add documentation for validate_json_schema() function support in VRL#23359
Merged
pront merged 14 commits intovectordotdev:masterfrom Jul 18, 2025
Merged
Conversation
11 tasks
brett0000FF
approved these changes
Jul 11, 2025
Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
pront
approved these changes
Jul 11, 2025
Contributor
|
|
…/jlambatl/vector into add_validate_json_schema_support
auto-merge was automatically disabled
July 15, 2025 22:40
Head branch was pushed to by a user without write access
Contributor
Author
|
added the json-schema_definition.json file to the path as mentioned by @thomasqueirozb. |
auto-merge was automatically disabled
July 16, 2025 23:13
Head branch was pushed to by a user without write access
Contributor
Author
|
Added the newline that was blocking the vdev fmt check test. |
Contributor
|
Your json was incorrectly using |
auto-merge was automatically disabled
July 18, 2025 21:33
Pull Request is not mergeable
5Dev24
pushed a commit
to 5Dev24/vector
that referenced
this pull request
Jul 21, 2025
… support in VRL (vectordotdev#23359) * add documentation for validate_json_schema vrl function * doc(validate_json_schema) docs update * add documentation changelog fragment * Update website/cue/reference/remap/functions/validate_json_schema.cue Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> * cargo update -p vrl * remove changelog * update licenses * add json-schema_definition for tests to pass * add newline to json-schema_definition.json so cargo vdec check fmt passes * Fix invalid json --------- Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> Co-authored-by: Thomas <thomas.schneider@datadoghq.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.
Summary
This is a documentation sibling PR to add the validate_json_schema() VRL function to vector. The other PR can be found vectordotdev/vrl#1443
Vector configuration
N/A
How did you test this PR?
I have run through the various check scripts in the repository to ensure that the cue files are formatted correctly etc.
Change Type
Is this a breaking change?
Does this PR include user-facing changes?
no-changeloglabel to this PR.References