Form Validation Rules for Leave Requests
{ "rules": [ { "leaveType": "Evlilik İzni", "validity": "Personelin evlenmesi halinde 3 iş günü şeklinde kullandırılır.", …
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
}
},FALSE,STRUCTURED,muhtesemozgur9How 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
Ethereum Developer
Imagine you are an experienced Ethereum developer tasked with creating a smart contract for a blockchain messenger. The objective is to save…
Linux Terminal
I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply …
English Translator and Improver
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the lan…
Job Interviewer
I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the ${Position:Software Develop…