Skip to content

Commit

Permalink
Remove required
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Dec 2, 2024
1 parent 8b9cc53 commit 8ea907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version/Schema/CustomMetadataVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
#[Schema(
title: 'CustomMetadataVersion',
required: ['name', 'language', 'type', 'data'],
required: ['name', 'type', 'data'],
type: 'object'
)]
final readonly class CustomMetadataVersion
Expand Down

0 comments on commit 8ea907f

Please sign in to comment.