if (isset($this->schema->anyOf)) {
            foreach ($this->schema->anyOf as $i => $schema) {
                if ($schema instanceof Wrapper) {
                    $schema = $schema->exportSchema();
                }