brave-winter-60074
01/20/2021, 2:45 PMtall-librarian-49374
01/20/2021, 2:49 PMbrave-winter-60074
01/20/2021, 2:50 PMtall-librarian-49374
01/20/2021, 2:54 PMbrave-winter-60074
01/20/2021, 2:57 PM/// <summary>
/// The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address.
/// </summary>
public static ContentFormat Swagger_link_json { get; } = new ContentFormat("swagger-link-json");
in ContentFormat.cstall-librarian-49374
01/20/2021, 3:20 PM/// <summary>
/// The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address.
/// </summary>
public static ContentFormat Openapi_json_link { get; } = new ContentFormat("openapi+json-link");
brave-winter-60074
01/20/2021, 3:22 PM/// <summary>
/// Format of the Content in which the API is getting imported.
/// </summary>
[EnumType]
public readonly struct ContentFormat : IEquatable<ContentFormat>
tall-librarian-49374
01/20/2021, 3:22 PMbrave-winter-60074
01/20/2021, 3:31 PMwet-noon-14291
01/20/2021, 3:34 PMbrave-winter-60074
01/20/2021, 3:35 PM