Skip to content

Commit

Permalink
chore: tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
r-Larch committed Oct 3, 2024
1 parent e2d02bd commit 0b4e74e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var jsonOptions = new JsonSerializerOptions(JsonSerializerDefaults.Web) {
Converters = { new JsonStringEnumConverter(JsonNamingPolicy.SnakeCaseLower) }
};

// use SchemaDefaults.OpenAi to enforce OpenAi roule set:
// use SchemaDefaults.OpenAi to enforce OpenAi rule set:
var options = new JsonSchemaOptions(SchemaDefaults.OpenAi, jsonOptions);

var resolver = new DefaultSchemaGenerator();
Expand Down Expand Up @@ -117,6 +117,7 @@ public record Line(
],
"additionalProperties": false
}

```

## How It Works
Expand Down

0 comments on commit 0b4e74e

Please sign in to comment.