From 54f207d06c6cade1534ef71c85c67777c7727529 Mon Sep 17 00:00:00 2001 From: Caleb Kwan Date: Fri, 6 Sep 2024 14:17:15 -0700 Subject: [PATCH] Lint fix --- static/swagger-specs/profile.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/static/swagger-specs/profile.yaml b/static/swagger-specs/profile.yaml index 7686cd35..2c294a04 100644 --- a/static/swagger-specs/profile.yaml +++ b/static/swagger-specs/profile.yaml @@ -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' @@ -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