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[] } [] type ToGetExtensionMethod = { Tinker : string Tailor : int Soldier : System.Uri Sailor : float } [] module ToGetExtensionMethod = let thisModuleWouldClash = 3