normalize($object, 'json_schema', $context); } catch (NotNormalizableValueException) { $normalizer_schema = ['$comment' => static::generateNoSchemaAvailableMessage($object)]; } return $normalizer_schema; } }