Skip to content

Commit

Permalink
Merge pull request #70 from adzerk/akirasato/sc-58658/add-relevancy-s…
Browse files Browse the repository at this point in the history
…core-to-site-in-the-management

Add Site CustomRelevancyScore
  • Loading branch information
akiradev authored May 21, 2024
2 parents 0a64ab9 + 133e36d commit c140117
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions management/schemas/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ schemas:
type: number
format: float
nullable: true
CustomRelevancyScore:
type: integer
format: int32
minimum: 1
maximum: 1000
nullable: true
IsDeleted:
type: boolean
nullable: true
Expand Down
12 changes: 12 additions & 0 deletions management/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ paths:
type: number
format: float
nullable: true
CustomRelevancyScore:
type: integer
format: int32
minimum: 1
maximum: 1000
nullable: true
IsDeleted:
type: boolean
default: false
Expand Down Expand Up @@ -113,6 +119,12 @@ paths:
type: number
format: float
nullable: true
CustomRelevancyScore:
type: integer
format: int32
minimum: 1
maximum: 1000
nullable: true
IsDeleted:
type: boolean
default: false
Expand Down

0 comments on commit c140117

Please sign in to comment.