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
Schema
The requested schema object.
[JsonPropertyName("schema")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Schema? Schema { get; set; }