Skip to content

Commit 05cd64b

Browse files
committed
fix and tested the workflow
1 parent 994c720 commit 05cd64b

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

api/meta/build/meta.yaml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -505,17 +505,22 @@ components:
505505
description: Height of the image in pixels
506506
type: string
507507
Rating:
508-
rating_category:
509-
description: Category of the entity being rated
510-
type: string
511-
enum:
512-
- Item
513-
- Order
514-
- Fulfillment
515-
- Provider
516-
- Agent
517-
- Support
518-
519-
value:
520-
description: "Rating value given to the object. This can be a single value or can also contain an inequality operator like gt, gte, lt, lte. This can also contain an inequality expression containing logical operators like && and ||."
521-
type: string
508+
description: Describes the rating of an entity
509+
type: object
510+
properties:
511+
rating_category:
512+
description: Category of the entity being rated
513+
type: string
514+
enum:
515+
- Item
516+
- Order
517+
- Fulfillment
518+
- Provider
519+
- Agent
520+
- Support
521+
id:
522+
description: Id of the object being rated
523+
type: string
524+
value:
525+
description: "Rating value given to the object. This can be a single value or can also contain an inequality operator like gt, gte, lt, lte. This can also contain an inequality expression containing logical operators like && and ||."
526+
type: string

0 commit comments

Comments
 (0)