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