We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8235126 commit 88948abCopy full SHA for 88948ab
tests/feature/OpenApiTest.php
@@ -76,8 +76,8 @@ public function test_generates_openapi_spec()
76
'properties' => [
77
'type' => ['type' => 'string', 'const' => 'users'],
78
'id' => ['type' => 'string', 'readOnly' => true],
79
- 'attributes' => ['type' => 'object'],
80
- 'relationships' => ['type' => 'object'],
+ 'attributes' => [],
+ 'relationships' => [],
81
],
82
83
0 commit comments