Skip to content

Commit

Permalink
- updates public API
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Dec 13, 2023
1 parent 0ed8e45 commit 744d045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ namespace Microsoft.OpenApi.Writers
public abstract void WriteEndObject();
public virtual void WriteIndentation() { }
public void WriteJsonSchema(Json.Schema.JsonSchema schema, Microsoft.OpenApi.OpenApiSpecVersion version) { }
public void WriteJsonSchemaReference(Microsoft.OpenApi.Writers.IOpenApiWriter writer, System.Uri referenceUri, Microsoft.OpenApi.OpenApiSpecVersion version) { }
public void WriteJsonSchemaReference(Microsoft.OpenApi.Writers.IOpenApiWriter writer, System.Uri reference, Microsoft.OpenApi.OpenApiSpecVersion version) { }
public void WriteJsonSchemaWithoutReference(Microsoft.OpenApi.Writers.IOpenApiWriter writer, Json.Schema.JsonSchema schema, Microsoft.OpenApi.OpenApiSpecVersion version) { }
public abstract void WriteNull();
public abstract void WritePropertyName(string name);
Expand Down

0 comments on commit 744d045

Please sign in to comment.