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