Class CreateSchemaResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Response to a 'createSchema' Action.
public class CreateSchemaResponseSchema
- Inheritance
-
CreateSchemaResponseSchema
- Inherited Members
Properties
Error
Error for the 'createSchema' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaExtensionError? Error { get; set; }
Property Value
Output
Output for the 'createSchema' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Schema? Output { get; set; }