We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d02bd commit 0b4e74eCopy full SHA for 0b4e74e
README.md
@@ -29,7 +29,7 @@ var jsonOptions = new JsonSerializerOptions(JsonSerializerDefaults.Web) {
29
Converters = { new JsonStringEnumConverter(JsonNamingPolicy.SnakeCaseLower) }
30
};
31
32
-// use SchemaDefaults.OpenAi to enforce OpenAi roule set:
+// use SchemaDefaults.OpenAi to enforce OpenAi rule set:
33
var options = new JsonSchemaOptions(SchemaDefaults.OpenAi, jsonOptions);
34
35
var resolver = new DefaultSchemaGenerator();
@@ -117,6 +117,7 @@ public record Line(
117
],
118
"additionalProperties": false
119
}
120
+
121
```
122
123
## How It Works
0 commit comments