Skip to content

chore: adds a unit test for json schema ref annotations parsing

6e12152
Select commit
Loading
Failed to load commit list.
Merged

Add JSON Schema 2020-12 metadata annotations to OpenApiSchemaReference #2376

chore: adds a unit test for json schema ref annotations parsing
6e12152
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jun 6, 2025 in 3s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 47 in src/Microsoft.OpenApi/Models/References/BaseOpenApiReferenceHolder.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.