Isilon / isilon_sdk

Official repository for isilon_sdk. All language bindings are available for download under the 'Releases' tab.
MIT License
50 stars 21 forks source link

Papi Schema Definitions - Missing Attributes within NameSpaceObject #68

Closed peetie2k closed 6 years ago

peetie2k commented 6 years ago

Hi, The NamesSpaceObject definitions in the papi_schema (https://github.com/Isilon/isilon_sdk/blob/master/papi_schemas/definitions.json) misses the container/container_path attributes. When searching recursively this is really required and currently this gets omitted by conversion into the swagger model class. Please fix that :)

Cheers, Peter

Atomicology commented 6 years ago

@peetie2k: Thank you for identifying these missing attributes. They were not documented in the File system access API under the "Common namespace attributes" so I missed them in the first pass. I will post a PR to add these.

Atomicology commented 6 years ago

This issue is resolved in the v0.2.4 release of the SDK.