fix(docs): match ID type

This commit is contained in:
Ciarán Ainsworth 2023-11-17 16:08:45 +01:00
parent 2af0d2c5ff
commit aafff3ecbe
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ArtistCredit:
type: object type: object
required: required:
- name - name
- id - guid
properties: properties:
name: name:
type: string type: string