swaggest/php-json-schema

View on GitHub
src/SchemaExporter.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Swaggest\JsonSchema;


interface SchemaExporter
{
    /**
     * @return Schema
     */
    public function exportSchema();
}