Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebk1 committed Sep 6, 2024
1 parent 92dcad2 commit 54f207d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions static/swagger-specs/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,8 @@ components:
$ref: '#/components/schemas/SchemaClass'
default:
type: boolean
description: A boolean that describes whether the merge policy is the default merge policy for the specified schema.
example: true
description: A boolean that specifies if the merge policy is the default for the schema.
example: false
identityGraph:
$ref: '#/components/schemas/IdentityGraph'
Expand All @@ -1949,10 +1950,6 @@ components:
type: boolean
example: true
description: A boolean that specifies if the merge policy will be active on edge.
default:
type: boolean
example: true
description: A boolean that specifies if the merge policy is the default for the schema.
description: The request body when you want to create a merge policy.
MergePolicy:
description: merge policy
Expand Down

0 comments on commit 54f207d

Please sign in to comment.