3 references to PropertiesPropertyName
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
264
state.PushSchemaNode(JsonSchemaConstants.
PropertiesPropertyName
);
369
state.PushSchemaNode(JsonSchemaConstants.
PropertiesPropertyName
);
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
389
objSchema.Add(JsonSchemaConstants.
PropertiesPropertyName
, properties);