feat: handle []string or string for pathAlias
All checks were successful
Build and Push Server / build-and-push (push) Successful in 2m52s

This commit is contained in:
Max Richter
2025-10-24 11:44:57 +02:00
parent cb40a76eeb
commit 2b965cb8f7
14 changed files with 60 additions and 34 deletions

View File

@@ -22,8 +22,7 @@
- path: datePublished
- path: articleSection
- path: reviewRating.ratingValue
pathAlias:
- rating
pathAlias: rating
- path: reviewRating.bestRating
value: 5
codec: const

View File

@@ -17,12 +17,10 @@
hidden: true
value: Person
- path: author.name
pathAlias:
- author
pathAlias: author
- path: author.email
- path: datePublished
pathAlias:
- date
pathAlias: date
- path: prepTime
- path: cookTime
- path: recipeYield

View File

@@ -19,11 +19,9 @@
value: Person
hidden: true
- path: datePublished
pathAlias:
- date
pathAlias: date
- path: reviewRating.ratingValue
pathAlias:
- rating
pathAlias: rating
- path: reviewRating.bestRating
codec: const
value: 5