Table of Contents

Class GetResponseSchema

Namespace
Azure.Iot.Operations.Services.SchemaRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

GET Schema response object

public class GetResponseSchema
Inheritance
GetResponseSchema
Inherited Members

Properties

Error

Read error for the 'get' Action.

[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