From 470be23f8edc2816567c1569df694bbf909a85d5 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Thu, 16 Nov 2023 18:21:01 +0000 Subject: [PATCH] Automated commit by github action: 6894859292 --- static/api-specs/nerm/schemas/GET/ProfileType.yaml | 5 ----- static/api-specs/nerm/schemas/PATCH/ProfileType.yaml | 5 ----- static/api-specs/nerm/schemas/POST/ProfileType.yaml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/static/api-specs/nerm/schemas/GET/ProfileType.yaml b/static/api-specs/nerm/schemas/GET/ProfileType.yaml index 11e09a8e6ca..9103ad7f30b 100644 --- a/static/api-specs/nerm/schemas/GET/ProfileType.yaml +++ b/static/api-specs/nerm/schemas/GET/ProfileType.yaml @@ -17,11 +17,6 @@ properties: type: string description: This is the name of the profile type. example: Worker - category: - type: string - enum: ['identities', 'organizations', 'populations', 'assignments', 'other'] - description: This is the category the profile type falls into. - example: identities bypass_dup_protection: type: boolean description: Whether or not duplication protection is bypassed. diff --git a/static/api-specs/nerm/schemas/PATCH/ProfileType.yaml b/static/api-specs/nerm/schemas/PATCH/ProfileType.yaml index 151206bb67c..cfbda297f93 100644 --- a/static/api-specs/nerm/schemas/PATCH/ProfileType.yaml +++ b/static/api-specs/nerm/schemas/PATCH/ProfileType.yaml @@ -4,11 +4,6 @@ properties: type: string description: This is the name of the profile type. example: Worker - category: - type: string - enum: ['identities', 'organizations', 'populations', 'assignments', 'other'] - description: This is the category the profile type falls into. - example: identities bypass_dup_protection: type: boolean description: Whether or not duplication protection is bypassed. diff --git a/static/api-specs/nerm/schemas/POST/ProfileType.yaml b/static/api-specs/nerm/schemas/POST/ProfileType.yaml index 34e01a394c6..3c6897648ab 100644 --- a/static/api-specs/nerm/schemas/POST/ProfileType.yaml +++ b/static/api-specs/nerm/schemas/POST/ProfileType.yaml @@ -4,11 +4,6 @@ properties: type: string description: This is the name of the profile type. example: Worker - category: - type: string - enum: ['identities', 'organizations', 'populations', 'assignments', 'other'] - description: This is the category the profile type falls into. - example: identities bypass_dup_protection: type: boolean default: false