Skip to content

Commit

Permalink
Change defs import to relative path import in division.yml schema
Browse files Browse the repository at this point in the history
To make it consistent with other imports
  • Loading branch information
Azbesciak authored and vcschapp committed Dec 11, 2024
1 parent 137dfcd commit 1cfcefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/divisions/division.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ properties: # JSON Schema: Top-level object properties.
type: array
minItems: 1
uniqueItems: true
items: { "$ref": "defs.yaml#/$defs/propertyDefinitions/capitalOfDivisionItem" }
items: { "$ref": "./defs.yaml#/$defs/propertyDefinitions/capitalOfDivisionItem" }
wikidata: { "$ref": "../defs.yaml#/$defs/propertyDefinitions/wikidata" }

0 comments on commit 1cfcefd

Please sign in to comment.