/** * @alias MyContainerObject */ const obj = { /** * The foo property */ foo: { bar: 0 } };