@hestia-earth/schema-convert 7.6.3 → 7.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json.js +1 -1
- package/package.json +1 -1
package/json.js
CHANGED
|
@@ -280,7 +280,7 @@ var extendDataFromSchema = function (_a, schema, type, ignoreInternal, top) {
|
|
|
280
280
|
var isEmptyValue = function (value) {
|
|
281
281
|
return typeof value === 'object' && (value['@type'] || value.type) === schema_1.SchemaType.Term ?
|
|
282
282
|
!(value['@id'] || value.id || value.name) :
|
|
283
|
-
|
|
283
|
+
isEmptyCell(value);
|
|
284
284
|
};
|
|
285
285
|
var mapContent = function (schemas, schema, ignoreInternal) { return function (json) {
|
|
286
286
|
return Object.keys(json)
|