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