action docker_get_namespaces { label: "Get namespaces and repos" description: "Gets a list of your namespaces and repos which have data available" provider: docker method: GET path: "/" encoding: json output: { properties: { namespaces: { type: "array" items: { type: "string" } } } } }