fix unit tests

This commit is contained in:
JasonLandbridge
2025-06-03 13:31:39 +02:00
parent e45219378d
commit 7fbcc08ebc
3 changed files with 21347 additions and 1801 deletions

View File

@@ -1,6 +1,4 @@
type: object
required:
- tagKey
properties:
tagKey:
description: "A 24-character hexadecimal unique key associated with the writers tag, used for internal identification."

View File

@@ -135,7 +135,11 @@ get:
type: array
items:
allOf:
- $ref: "../../../models/director/id.yaml"
- $ref: "../../../models/director/filter.yaml"
- $ref: "../../../models/director/tag.yaml"
- $ref: "../../../models/director/tag-key.yaml"
- $ref: "../../../models/director/thumb.yaml"
Writer:
type: array
items:
@@ -144,6 +148,7 @@ get:
- $ref: "../../../models/writer/filter.yaml"
- $ref: "../../../models/writer/tag.yaml"
- $ref: "../../../models/writer/tag-key.yaml"
- $ref: "../../../models/writer/thumb.yaml"
Role:
type: array
items:

File diff suppressed because it is too large Load Diff