1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

refactor: update metadata schema to make 'message' field optional

This commit is contained in:
Philip Germanov
2025-06-12 17:45:29 +03:00
parent 238d1ae577
commit c710fc2ad4

View File

@@ -151,7 +151,7 @@
"description": "Error category for better classification"
}
},
"required": ["pattern", "message"]
"required": ["pattern"]
}
}
}