Table of Contents

Class GetResponseSchema

Namespace
Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
Assembly
Azure.Iot.Operations.Services.dll
public class GetResponseSchema
Inheritance
GetResponseSchema
Inherited Members

Properties

Error

Error object in case of failure.

[JsonPropertyName("error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaRegistryError? Error { get; set; }

Property Value

SchemaRegistryError

Schema

The requested schema object.

[JsonPropertyName("schema")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Schema? Schema { get; set; }

Property Value

Schema