This commit is contained in:
sokol
2017-06-16 18:16:46 +03:00
parent 00745bca38
commit 129129be97
5 changed files with 27 additions and 26 deletions

View File

@@ -224,6 +224,7 @@ class Model extends Component {
if ( schema && (schema.get("type") || schema.get("properties")) ) {
modelSchema = schema
modelName = name
} else if ( $$ref ) {
modelSchema = this.getRefSchema( modelName )
}