Table of Contents

Class GetSchemaResponseSchema

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

Response to a 'getSchema' Action.

public class GetSchemaResponseSchema
Inheritance
GetSchemaResponseSchema
Inherited Members

Properties

Error

Error for the 'getSchema' Action.

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

Property Value

SchemaExtensionError

Output

Output for the 'getSchema' Action.

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

Property Value

Schema