Table of Contents

Class PutResponsePayload

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

PUT Schema response object

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

Properties

Schema

Schema object that was created.

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

Property Value

Schema