@@ -59,7 +59,7 @@ |
||
| 59 | 59 | 'properties' => (object) [ |
| 60 | 60 | 'data' => $methodSchemaContent->properties->response, |
| 61 | 61 | ], |
| 62 | - 'required' => ['data'] |
|
| 62 | + 'required' => [ 'data' ] |
|
| 63 | 63 | ]; |
| 64 | 64 | |
| 65 | 65 | // Validate the response against the response definition in method schema |