Table of Contents

Class GetResponsePayload

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

GET Schema response object

public class GetResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
GetResponsePayload
Implements
Inherited Members

Properties

Schema

The requested schema object.

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

Property Value

Schema