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

Fix wrong example in Usage guide

This had "type: sheet" defined, which isn't a thing anymore(?) Instead we should make it match the previous code block with a name field.
This commit is contained in:
Joshua Goins 2025-05-10 09:06:44 -04:00 committed by GitHub
parent acaaeb83ac
commit 6f4a1305fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ If not, parsing should fail.
We can define fields like this:
```yml
type: sheet
name: AozActionTransient
fields:
- name: Stats
- name: Description
@ -375,4 +375,4 @@ pendingFields:
```
> [!IMPORTANT]
> `pendingFields` key is meant to be a complete replacement for `fields`. When creating a `pendingFields` key, make sure to copy the entire structure of `fields`.
> `pendingFields` key is meant to be a complete replacement for `fields`. When creating a `pendingFields` key, make sure to copy the entire structure of `fields`.