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:
parent
13e1ad0854
commit
ed9d6560e2
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue