Skip to content

Commit

Permalink
Add required properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Jan 10, 2025
1 parent 3d2b2b4 commit 4e674d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tag/Schema/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
*/
#[Schema(
title: 'Tag',
type: 'object'
required: ['id', 'parentId', 'text', 'path', 'hasChildren', 'iconName'],
type: 'object',
)]
final class Tag implements AdditionalAttributesInterface
{
Expand Down

0 comments on commit 4e674d0

Please sign in to comment.