Adjustements everywhere
This commit is contained in:
@@ -44,12 +44,6 @@ export class JsonschemasService {
|
||||
}
|
||||
} else if (prop.hasOwnProperty('items') && this.is_reference(prop.items)) {
|
||||
this.resolveReference(resource, prop.items);
|
||||
} else if (prop.format === 'date-time') {
|
||||
prop.type = "datetime";
|
||||
} else if (prop.format === 'date') {
|
||||
prop.type = "date";
|
||||
} else if (prop.hasOwnProperty('foreignKey')) {
|
||||
prop.type = "foreign-key";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user