Search Results for

    Show / Hide Table of Contents

    Interface IJsonSchemaClient

    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public interface IJsonSchemaClient

    Methods

    GetAsync(string, CancellationToken)

    Gets an existing JSON Schema by schema ID.

    Declaration
    Task<JObject> GetAsync(string schemaId, CancellationToken cancellationToken = default)
    Parameters
    string schemaId

    The schema ID.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<JObject>

    The JSON Schema as Newtonsoft.Json.Linq.JObject.

    Exceptions
    ApiException

    A server side error occurred.

    Back to top Generated by DocFX