Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent 60b0ad3 commit 0630682
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public sealed partial class ImageBlockSource
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("type")]
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.ImageBlockSourceTypeJsonConverter))]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::Anthropic.ImageBlockSourceType Type { get; set; }
public global::Anthropic.ImageBlockSourceType Type { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down

0 comments on commit 0630682

Please sign in to comment.