validate(); $this->assertEquals([], $header->getErrors()); $this->assertTrue($result); $this->assertEquals('The number of allowed requests in the current period', $header->description); $this->assertInstanceOf(\cebe\openapi\spec\Schema::class, $header->schema); $this->assertEquals('integer', $header->schema->type); } }