From 7a072c7a516210ed2e87dc43dc79869fa16336bd Mon Sep 17 00:00:00 2001 From: Nohus Date: Tue, 23 Sep 2025 19:33:37 +0100 Subject: [PATCH] Added section about schema --- docs/services/static-data/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/services/static-data/index.md b/docs/services/static-data/index.md index e77f6d7..440b23c 100644 --- a/docs/services/static-data/index.md +++ b/docs/services/static-data/index.md @@ -28,6 +28,10 @@ YAML supports integer keys, so it does not require the special encoding used in Note that reading large YAML files can be memory-intensive and slow. When working with large datasets such as `mapMoons` and similar files, consider using the JSON Lines format. +## Schema + +You can find community-provided schemas and alternative formats in the [community resources](../../community#libraries-and-resources) section. + ## Schema Changes Schema changes are documented at: [developers.eveonline.com/static-data/tranquility/schema-changelog.yaml](https://developers.eveonline.com/static-data/tranquility/schema-changelog.yaml)