for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Swaggest\JsonSchema\Structure;
use Swaggest\JsonSchema\Schema;
class ClassSchema extends Schema
{
public function nested()
return new Nested($this);
}