You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Disk class acts as an alias to the DataStore class, which means that they have duplicate required properties. Duplicate required properties in JSON schema is invalid as are duplicate property type's. We need to ensure that we deduplicate values in required and type.
The
Disk
class acts as an alias to theDataStore
class, which means that they have duplicaterequired
properties. Duplicaterequired
properties in JSON schema is invalid as are duplicate propertytype
's. We need to ensure that we deduplicate values inrequired
andtype
.Example:
Throws the following error:
The text was updated successfully, but these errors were encountered: