Class CreateSchemaAttributes
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Request payload for creating a schema with an initial version.
public class CreateSchemaAttributes : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
CreateSchemaAttributes
- Implements
- Inherited Members
Properties
CreateSchemaVersionAttributes
Initial attributes for creating a Schema version.
[JsonPropertyName("createSchemaVersionAttributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public CreateSchemaVersionAttributes CreateSchemaVersionAttributes { get; set; }
Property Value
SchemaMetaAttributes
Initial meta attributes for the schema.
[JsonPropertyName("schemaMetaAttributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ResourceMetaAttributes SchemaMetaAttributes { get; set; }