WIP reg page

This commit is contained in:
Paul Schneider 2022-09-23 20:34:51 +01:00
commit fececb327e
36 changed files with 264 additions and 211 deletions

View file

@ -9,7 +9,7 @@ namespace isnd.Data.Catalog
/// The URL to the document used to produce this object
/// </summary>
/// <value></value>
[Key][Required]
[Key][Required,JsonRequired]
[StringLength(1024)]
[JsonProperty("@id")]
public string Id { get; set; }
@ -70,7 +70,7 @@ namespace isnd.Data.Catalog
/// The full version string after normalization
/// </summary>
/// <value></value>
[Required]
[Required,JsonRequired]
public string version { get; set; } // string yes
/// <summary>
/// The security vulnerabilities of the package