diff --git a/src/Controller/Api/V1/SoftwaresController.php b/src/Controller/Api/V1/SoftwaresController.php index 41f0a91f817a92250d28e544bdb66e8590567324..d9da848a418d0b8b0ae81e682e3d2edf535041ff 100644 --- a/src/Controller/Api/V1/SoftwaresController.php +++ b/src/Controller/Api/V1/SoftwaresController.php @@ -339,7 +339,7 @@ class SoftwaresController extends AppController ], ], 'data_documentation' => [ - 'licence' => [ + 'license' => [ 'spdx_id' => 'CC0-1.0', 'spdx_name' => 'Creative Commons Zero v1.0 Universal', 'spdx_url' => 'https://spdx.org/licenses/CC0-1.0.html',