1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Fix validation errors

This commit is contained in:
Liam 2023-10-18 10:41:36 -04:00
parent 13e1ad0854
commit ed9d6560e2
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@ fields:
type: link type: link
targets: [EObjName] targets: [EObjName]
- name: SGB - name: SGB
count: 2
type: array type: array
fields: fields:
- type: link - type: link

View file

@ -30,8 +30,8 @@ fields:
type: link type: link
targets: [Quest] targets: [Quest]
- name: Unknown0 - name: Unknown0
type: array type: array
count: 4 count: 4
- name: AchievementUnlock - name: AchievementUnlock
type: link type: link
targets: [Achievement] targets: [Achievement]