Table of Contents

Class SchemaVersion

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

A specific version of a schema.

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

Properties

Extensions

Additional fields and field guarantees for the schema extension.

[JsonPropertyName("extensions")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public SchemaVersionExtensions Extensions { get; set; }

Property Value

SchemaVersionExtensions

Version

The generic version entity.

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

Property Value

Version