request('GET', '/api/domains/example.com'); $this->assertResponseIsSuccessful(); $this->assertMatchesResourceItemJsonSchema(Domain::class); } }