JsonSchemaAttribute public class JsonSchemaAttribute : Attribute Documentation Code public Type ArrayItem { get; set; } public string Format { get; set; } public string Name { get; set; } public JsonObjectType Type { get; } public JsonSchemaAttribute() public JsonSchemaAttribute(string name) public JsonSchemaAttribute(JsonObjectType type)