From 605e032991e1bd8b5e2ab9eece2ec5453bbf75ac Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:28:25 +0200 Subject: [PATCH] Update commits.yaml --- .../meta/_data/schema/dev/commits.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/repodynamics/meta/_data/schema/dev/commits.yaml b/src/repodynamics/meta/_data/schema/dev/commits.yaml index 3b70d957..819478c6 100644 --- a/src/repodynamics/meta/_data/schema/dev/commits.yaml +++ b/src/repodynamics/meta/_data/schema/dev/commits.yaml @@ -141,18 +141,20 @@ properties: - package_post - website - meta - primary_custom: type: object default: {} additionalProperties: - type: - type: string - description: - type: string - sub_types: - $ref: '#/definitions/sub_types' - required: [ type, description ] + type: object + additionalProperties: false + properties: + type: + type: string + description: + type: string + sub_types: + $ref: '#/definitions/sub_types' + required: [ type, description ] secondary_action: description: Secondary action commit types