This PR adds the container and container_path attributes to the Swagger NamespaceObject definition. The container_path attribute gives the absolute path of a file or directory on the file system, while the container attribute reports on the directory where a query was initiated from.
This PR adds the
container
andcontainer_path
attributes to the SwaggerNamespaceObject
definition. Thecontainer_path
attribute gives the absolute path of a file or directory on the file system, while thecontainer
attribute reports on the directory where a query was initiated from.