2 references to AdditionalPropertiesPropertyName
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
413
state.PushSchemaNode(JsonSchemaConstants.
AdditionalPropertiesPropertyName
);
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
410
objSchema.Add(JsonSchemaConstants.
AdditionalPropertiesPropertyName
, AdditionalProperties.ToJsonNode(options));