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