Skip to content

Commit 4e75e5e

Browse files
committed
2829: Removed secrets from required fields
1 parent 8f96d26 commit 4e75e5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Entity/Tenant/FeedSource.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,8 @@ public static function getSchema(): array
135135
'type' => 'string',
136136
'minLength' => 1,
137137
],
138-
'secrets' => [
139-
'type' => 'array',
140-
],
141138
],
142-
'required' => ['title', 'description', 'feedType', 'secrets'],
139+
'required' => ['title', 'description', 'feedType'],
143140
];
144141
}
145142
}

0 commit comments

Comments
 (0)