Skip to content

Commit

Permalink
Fix attributes and casing (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-a11y authored Mar 21, 2024
1 parent fe29371 commit 6be9523
Show file tree
Hide file tree
Showing 11 changed files with 155 additions and 153 deletions.
24 changes: 12 additions & 12 deletions api/apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ components:
items:
type: "object"
properties:
entityUid:
entity_uid:
type: "string"
example: "286cf1b1-3e16-448f-b675-3b232e82174d"
ratingType:
rating_type:
type: "string"
example: "Overall"
entityType:
Expand All @@ -406,18 +406,18 @@ components:
items:
type: "object"
properties:
entityUid:
entity_uid:
type: "string"
example: "286cf1b1-3e16-448f-b675-3b232e82174d"
entityName:
entity_name:
type: "string"
score:
type: "number"
example: 3.70
totalRating:
total_rating:
type: "number"
example: 280
countOfTxn:
count_of_txn:
type: "number"
example: 73

Expand Down Expand Up @@ -489,13 +489,13 @@ components:
entityType:
type: "string"
example: "Retail"
ratingType:
rating_type:
type: "string"
example: "Overall"
countOfTxn:
count_of_txn:
type: "number"
example: "100"
totalRating:
total_rating:
type: "number"
example: "320"
ReviseEntry:
Expand All @@ -504,12 +504,12 @@ components:
entityType:
type: "string"
example: "Retail"
ratingType:
rating_type:
type: "string"
example: "Overall"
countOfTxn:
count_of_txn:
type: "number"
example: "80"
totalRating:
total_rating:
type: "number"
example: "280"
Binary file modified docs/Attributesheet_scoring.xlsx
Binary file not shown.
Loading

0 comments on commit 6be9523

Please sign in to comment.