fixed json schema recursion issues
This commit is contained in:
@@ -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, ""),
|
||||
|
||||
Reference in New Issue
Block a user