1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
This commit is contained in:
Joshua Goins 2025-05-10 09:07:03 -04:00 committed by GitHub
commit 44287e0a2a
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: We can define fields like this:
```yml ```yml
type: sheet name: AozActionTransient
fields: fields:
- name: Stats - name: Stats
- name: Description - name: Description
@ -375,4 +375,4 @@ pendingFields:
``` ```
> [!IMPORTANT] > [!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`.