dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
4.04k stars 858 forks source link

chore: Fix json schemas #10064

Closed filzrev closed 3 months ago

filzrev commented 3 months ago

This PR contains following changes

  1. Add additionalProperties: false settings for types that don't have JsonExtensionData properties.
  2. Fix filterconfig JSON Schema problems that found by adding additionalProperties: false.
  3. Change type related enum names to Capital Cases.