Skip to content

Commit

Permalink
Update ISchemaModelService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlingHauan authored Feb 14, 2025
1 parent 807b024 commit ff70fe4
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 interface ISchemaModelService
/// </summary>
/// <param name="altinnRepoEditingContext">An <see cref="AltinnRepoEditingContext"/>.</param>
/// <param name="xsd">Value to indicate if schema files should be XSDs or not</param>
- /// <returns>A total list of schema files within the repository, regardless of location.</returns>
+ /// <returns>A list of schema files within the App/models directory.</returns>
/// <returns>A list of schema files within the App/models directory.</returns>
IList<AltinnCoreFile> GetAppSchemaFiles(AltinnRepoEditingContext altinnRepoEditingContext, bool xsd = false);

/// <summary>
Expand Down

0 comments on commit ff70fe4

Please sign in to comment.