|
|
@ -84,7 +84,7 @@ use Symfony\Component\Validator\Constraints as Assert; |
|
|
|
'url' => ['type' => 'string'], |
|
|
|
'url' => ['type' => 'string'], |
|
|
|
'title' => ['type' => 'string'], |
|
|
|
'title' => ['type' => 'string'], |
|
|
|
'description' => ['type' => 'string'], |
|
|
|
'description' => ['type' => 'string'], |
|
|
|
'category_id' => ['type' => 'int'], |
|
|
|
'category_id' => ['type' => 'integer'], |
|
|
|
'target' => ['type' => 'string'], |
|
|
|
'target' => ['type' => 'string'], |
|
|
|
'parentResourceNodeId' => ['type' => 'integer'], |
|
|
|
'parentResourceNodeId' => ['type' => 'integer'], |
|
|
|
'resourceLinkList' => [ |
|
|
|
'resourceLinkList' => [ |
|
|
|