{{ $jsPath := .Get "path" }} {{ $dimensionsRef := getJSON $jsPath }}

{{ range $dimensionsRef}} {{ $p := . }}

{{$p.name}}

description {{$p.description}}
type {{$p.type}}

{{ end }}