|
Post by smcginnis on May 14, 2019 16:19:26 GMT
I'm wondering what an ImportedShare actually should be. In the FileSystem v1.2.1 schema it indicates it should be an object defined in the same FileSystem schema: redfish.dmtf.org/schemas/swordfish/v1/FileSystem.json#/definitions/ImportedShareBut in the base (unversioned) FileSystem schema file the ImportedShare definition is only: "ImportedShare": { "anyOf": [] } Which is a little too lacking in specifics. Is this object defined elsewhere, or is there somewhere that explains what this should actually refer to?
|
|
|
Post by Richelle Ahlvers on May 21, 2019 19:11:21 GMT
This points to the ImportedShare type definition in the versioned namespaces - it is explicitly defined in versions 1.2.1 and later.
Not exactly sure why the conversion tool didn't pick up any more details, but I did a scrub - this object doesn't need to be in the unversioned namespace, so I will clean up this remnant in the next Swordfish release so the only pointers will be in versions of the FileSystem where the object actually exists.
Thanks, Richelle
|
|