Class SchemaCreateManyRequest
Request to create multiple schemas
Inheritance
SchemaCreateManyRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SchemaCreateManyRequest
Properties
The schemas to create. Cyclic dependencies between schemas are supported, if they
are all in the same request.
Declaration
[JsonProperty("schemas", Required = Required.Always)]
[Required]
public ICollection<SchemaCreateRequest> Schemas { get; set; }
Property Value
Methods
Declaration
public static SchemaCreateManyRequest FromJson(string data)
Parameters
Returns