fixed json schema recursion issues

This commit is contained in:
2024-03-14 23:01:21 +02:00
parent 842bd71a18
commit 137c338719
4 changed files with 24 additions and 11 deletions
-1
View File
@@ -60,7 +60,6 @@ class File implements FieldInterface, MinMaxInterface
public function toJsonSchema(): Property
{
return new RefProperty(
type: RefType::ANY_OF,
id: $this->name,
title: Option::fromValue($this->label),
description: Option::fromValue($this->help, ""),