JsonSchemaTypeAttribute public class JsonSchemaTypeAttribute : Attribute Documentation Code public bool IsNullable { get; set; } public bool? IsNullableRaw { get; } public Type Type { get; } public JsonSchemaTypeAttribute(Type type)