3 references to PropertiesPropertyName
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
264
state.PushSchemaNode(JsonSchemaConstants.
PropertiesPropertyName
);
369
state.PushSchemaNode(JsonSchemaConstants.
PropertiesPropertyName
);
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
389
objSchema.Add(JsonSchemaConstants.
PropertiesPropertyName
, properties);