Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions lib/Service/UploadService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
use Symfony\Component\Uid\Uuid;
use Symfony\Component\Yaml\Yaml;

/**
* Service for handling file and JSON uploads.
*
* This service processes uploaded JSON data, either directly via a POST body,
* from a provided URL, or from an uploaded file. It supports multiple data
* formats (e.g., JSON, YAML) and integrates with schemas and registers for
* database updates.
*/
class UploadService
{
public function __construct(
Expand Down