Class GetRequestSchema
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public class GetRequestSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
GetRequestSchema
- Implements
- Inherited Members
Properties
Name
Schema name.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Name { get; set; }
Property Value
Version
Version of the schema. Allowed between 0-9.
[JsonPropertyName("version")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Version { get; set; }