Skip to content

Commit b811138

Browse files
MQ37jirispilka
andauthored
Update src/tools/schemas.ts
Co-authored-by: Jiří Spilka <[email protected]>
1 parent f046a6a commit b811138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const actorInfoSchema = {
113113
stats: statsSchema,
114114
rating: { type: 'number', description: 'Actor rating' },
115115
modifiedAt: { type: 'string', description: 'Last modification date' },
116-
isDeprecated: { type: 'boolean', description: 'Whether the actor is deprecated' },
116+
isDeprecated: { type: 'boolean', description: 'Whether the Actor is deprecated' },
117117
},
118118
required: ['url', 'fullName', 'developer', 'description', 'categories', 'pricing'],
119119
};

0 commit comments

Comments
 (0)