Form Validation Rules for Leave Requests
{ "rules": [ { "leaveType": "Evlilik İzni", "validity": "Personelin evlenmesi halinde 3 iş günü şeklinde kullandırılır.", "maxDays": 3 }, {…
Prompt
{
"rules": [
{
"leaveType": "Evlilik İzni",
"validity": "Personelin evlenmesi halinde 3 iş günü şeklinde kullandırılır.",
"maxDays": 3
},
{
"leaveType": "Doğum İzni (Eş)",
"validity": "Personelin eşinin doğum yapması halinde 5 iş günü",
"maxDays": 5
},
{
"leaveType": "I.Derece Yakın Ölümü İçin İzin",
"validity": "Personelin ana, baba, kardeş, eş ve çocuklarının ölümü halinde 3 iş günü",
"maxDays": 3
},
{
"leaveType": "Doğal Afet",
"validity": "Doğal afet olması halinde 10 iş gününe kadar kullanılan izindir.",
"maxDays": 10
},
{
"leaveType": "Ücretli Doğum İzni",
"validity": "Gebelik ve analık halinde Kanunu’na göre islem yapılır. Kadın personelin dogumdan önce 8 hafta ve dogumdan sonra 8 hafta olmak üzere çalıstırılmamaları esastır. Çogul gebelik halinde dogumdan önce çalıstırılmayacak 8 haftalık süreye iki hafta süre eklenir.",
"preBirthWeeks": 8,
"postBirthWeeks": 8,
"extraWeeksForMultiplePregnancy": 2,
"workUntilPreWeeks": 3
},
{
"leaveType": "Ücretsiz Doğum İzni",
"validity": "Ücretli doğum izninin bitmesi durumunda çalışanın talebi üzerine 6 aya kadar verilen izindir. Parçalar halinde kullanılamaz.",
"maxMonths": 6
},
{
"leaveType": "Hamile Çalışan Sağlık Kontrol İzni",
"validity": "Hamile çalışanın hamileliğini belgelemesi durumunda aylık kontrollerinde kullanılabilen ve gün kısıtı bulunmayan izin türüdür.",
"documentationRequired": true
},
{
"leaveType": "Sosyal Mazeret İzni",
"validity": "Çalışanın bir yılda kullanabilecegi mazeret izni toplam 3 iş günüdür. 3 günü aşan izinler yıllık izinden düşürülür.",
"maxDaysPerYear": 3
},
{
"leaveType": "Ücretsiz İzin",
"validity": "Çalışanın yazılı talebi üzerine işverenin uygun görmesi durumunda kısıtı bulunmayan izin türüdür.",
"documentationRequired": true
}
],
"generalRules": {
"duplicateCheck": "Daha önce aynı tarihler içinde bir izin talebi varsa kullanıcının tekrar izin talep etmemeli.",
"applicableFormId": 1
}
}How to use this prompt
- 1
Copy the prompt above and paste it into ChatGPT, Claude, or Gemini — or open it in the visual Studio to edit each part on a canvas and run it with your own key.
- 2
Replace any bracketed placeholders with your specifics. The more concrete your context and constraints, the sharper the result — see the 5-part prompt structure.
- 3
Run it, then refine. Ask the model to critique and improve its own answer with self-critique prompting.
Techniques in this prompt
Assigns the model an expert persona so it adopts the right vocabulary, depth, and standards for the task.
Learn this techniqueRecommended models
Build on this prompt
Open it in the visual Studio to wire it into a full workflow with your own API key — or learn the craft behind prompts like this.
More in General
Debater
I want you to act as a debater. I will provide you with some topics related to current events and your task is to research both sides of th…
Etymologist
I want you to act as a etymologist. I will give you a word and you will research the origin of that word, tracing it back to its ancient ro…
Magician
I want you to act as a magician. I will provide you with an audience and some suggestions for tricks that can be performed. Your goal is to…
Automobile Mechanic
Need somebody with expertise on automobiles regarding troubleshooting solutions like; diagnosing problems/errors present both visually & wi…