$context Context options for describing the property */ public function describe(array $types, Schema $property, array $groups = null /* , ?Schema $schema = null */ /* , array $context = [] */); /** * @param Type[] $types */ public function supports(array $types): bool; }