We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? The schema URI referenced in some $ref attributes does not exist. For instance, the $ref for traceId in schema/observability/logs/logs-1.0.0.schema points to https://opensearch.org/schemas/observability/Span#/properties/traceId which returns a 404 error.
$ref
traceId
schema/observability/logs/logs-1.0.0.schema
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? Find the $ref schema value under an URI.
What is your host/environment?
Do you have any screenshots?
The text was updated successfully, but these errors were encountered:
@ronanrodrigo thanks for the update - we will resolve this ASAP
Sorry, something went wrong.
Catch All Triage - 1, 2, 3, 4, 5
YANG-DB
No branches or pull requests
What is the bug?
The schema URI referenced in some
$ref
attributes does not exist. For instance, the$ref
fortraceId
inschema/observability/logs/logs-1.0.0.schema
points to https://opensearch.org/schemas/observability/Span#/properties/traceId which returns a 404 error.How can one reproduce the bug?
Steps to reproduce the behavior:
$ref
that points to a opensarch URIWhat is the expected behavior?
Find the
$ref
schema value under an URI.What is your host/environment?
Do you have any screenshots?
![image](https://private-user-images.githubusercontent.com/421758/402573222-1b59fc61-69c9-4584-96a8-79ec9f902d35.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjA4NzAsIm5iZiI6MTczOTU2MDU3MCwicGF0aCI6Ii80MjE3NTgvNDAyNTczMjIyLTFiNTlmYzYxLTY5YzktNDU4NC05NmE4LTc5ZWM5ZjkwMmQzNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxOTE2MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yMDA0NjIxZTYzMjIzYzM3MzVhZGE0YWNhMmQwMDQ0MTgyNDlmYTc1NDc2NjU2MzMyYzIzNDlhNmU4NDEwNzIwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.NMRMIo0d69ya_D530S9e2fwpF8pB0M2xSsQhu1CpPhw)
![image](https://private-user-images.githubusercontent.com/421758/402573562-fd5957e3-6044-4f84-a219-ce22c436bdd5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjA4NzAsIm5iZiI6MTczOTU2MDU3MCwicGF0aCI6Ii80MjE3NTgvNDAyNTczNTYyLWZkNTk1N2UzLTYwNDQtNGY4NC1hMjE5LWNlMjJjNDM2YmRkNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxOTE2MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jNTk4NGM0YWM1NjdhNmJhZWViNDA4N2QwMDExMzc0ZTUzMTllMGQwMTAxYjllZDI1NGY1NzJlMWY2MzVhZWVkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.a7BLEXPjQSFCMiRksSy2I-pklPexBUwAfGa8WevYCEA)
The text was updated successfully, but these errors were encountered: