diff --git a/nerm/schemas/PATCH/ProfileType.yaml b/nerm/schemas/PATCH/ProfileType.yaml index b44c3e71..c21c87ab 100644 --- a/nerm/schemas/PATCH/ProfileType.yaml +++ b/nerm/schemas/PATCH/ProfileType.yaml @@ -29,53 +29,21 @@ properties: default: false description: Is this profile type synced with ics example: false - profile_type_dup_attributes: + profile_type_dup_attributes_attributes: type: array items: type: object properties: - id: - type: string - format: uuid - description: The ID of the properties that are used for duplication protection. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 - uid: - type: string - minLength: 32 - maxLength: 32 - description: The uid of the properties that are used for duplication protection. - example: attribute-uid - profile_type_id: - type: string - format: uuid - description: The ID of the profile type. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 ne_attribute_id: type: string format: uuid description: The ID of the ne attribute. example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 - profile_type_namings: + profile_type_namings_attributes: type: array items: type: object properties: - id: - type: string - format: uuid - description: The ID of the profile type naming. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 - uid: - type: string - minLength: 32 - maxLength: 32 - description: The UID of the profile type naming. - example: profile-type-name - profile_type_id: - type: string - format: uuid - description: The ID of the associated profile type. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 ne_attribute_id: type: string format: uuid diff --git a/nerm/schemas/POST/ProfileType.yaml b/nerm/schemas/POST/ProfileType.yaml index 0923f54d..a19828dd 100644 --- a/nerm/schemas/POST/ProfileType.yaml +++ b/nerm/schemas/POST/ProfileType.yaml @@ -31,53 +31,21 @@ properties: default: false description: Is this profile type synced with ics example: false - profile_type_dup_attributes: + profile_type_dup_attributes_attributes: type: array items: type: object properties: - id: - type: string - format: uuid - description: The ID of the properties that are used for duplication protection. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 - uid: - type: string - minLength: 32 - maxLength: 32 - description: The uid of the properties that are used for duplication protection. - example: attribute-uid - profile_type_id: - type: string - format: uuid - description: The ID of the profile type. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 ne_attribute_id: type: string format: uuid description: The ID of the ne attribute. example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 - profile_type_namings: + profile_type_namings_attributes: type: array items: type: object properties: - id: - type: string - format: uuid - description: The ID of the profile type naming. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 - uid: - type: string - minLength: 32 - maxLength: 32 - description: The UID of the profile type naming. - example: profile-type-name - profile_type_id: - type: string - format: uuid - description: The ID of the associated profile type. - example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 ne_attribute_id: type: string format: uuid