3 references to ItemsPropertyName
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
351state.PushSchemaNode(JsonSchemaConstants.ItemsPropertyName); 371state.PushSchemaNode(JsonSchemaConstants.ItemsPropertyName);
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
405objSchema.Add(JsonSchemaConstants.ItemsPropertyName, Items.ToJsonNode(options));