namespace ConsumePlugin open System.Text.Json.Serialization module Literals = [] let something = "something" [] type InnerType = { [] Thing : string } /// My whatnot [] type JsonRecordType = { /// A thing! A : int /// Another thing! [] B : string [] C : int list D : InnerType E : string array F : int[] }