1
0
Fork 0
forked from wry/wry

toml-spec: compliant $id in schema

This commit is contained in:
Stipe Kotarac 2025-11-27 13:04:43 +01:00
parent a2e21cb926
commit e0786c2e94
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ pub fn generate_json_schema(
}
let json = json!({
"$id": "jay_toml_schema",
"$id": "urn:jay_toml_schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$ref": "#/$defs/Config",
"$defs": types,