{"$schema":"https://domains.younndai.com/schemas/domain.json","domain":"yon.hr","version":"1.0","status":"active","state":"active","tier":"official","verified":true,"score":1,"notice":null,"description":"Workforce management, recruitment, performance tracking, and employee lifecycle operations","defaultMode":"struct","defaultProfile":"core","defaultFormat":"canon","records":[{"tag":"REQUISITION","fields":[{"name":"rid","type":"string","example":"req:2026-042","required":true,"description":"Record ID"},{"name":"title","type":"string","example":"Senior Data Engineer","required":false,"description":"Job Title"},{"name":"department","type":"string","example":"Engineering","required":false,"description":"Department"},{"name":"hiring_manager","type":"string","example":"Sarah Chen","required":false,"description":"Hiring Manager"},{"enum":["draft","open","interviewing","offer","filled","cancelled"],"name":"status","type":"string","example":"open","required":false,"description":"Requisition Status (6 allowed values)"},{"name":"headcount","type":"int","example":"2","required":false,"description":"Headcount"},{"enum":["low","normal","high","urgent"],"name":"priority","type":"string","example":"high","required":false,"description":"Priority: low, normal, high, urgent"},{"name":"location","type":"string","example":"Berlin, Germany","required":false,"description":"Location"},{"name":"remote","type":"bool","example":"true","required":false,"description":"Remote Eligible indicator"},{"name":"salary_min","type":"float","unit":"EUR/year","example":"75000.0","required":false,"description":"Salary Min in EUR/year"},{"name":"salary_max","type":"float","unit":"EUR/year","example":"95000.0","required":false,"description":"Salary Max in EUR/year"}],"description":"Job requisition — headcount request with salary range and remote eligibility"},{"tag":"APPLICANT","fields":[{"name":"rid","type":"string","example":"app:2026-1234","required":true,"description":"Record ID"},{"name":"requisition_ref","type":"string","example":"req:2026-042","required":false,"description":"Requisition Reference"},{"name":"name_encrypted","type":"string","example":"enc:aes256:...","required":false,"description":"Name (Encrypted)"},{"enum":["applied","screening","phone-screen","interview","assessment","offer","hired","rejected"],"name":"stage","type":"string","example":"interview","required":false,"description":"Pipeline Stage (8 allowed values)"},{"enum":["direct","referral","agency","linkedin","job-board","internal"],"name":"source","type":"string","example":"linkedin","required":false,"description":"Source (6 allowed values)"},{"name":"applied_date","type":"ts","example":"2026-03-01T00:00:00Z","required":false,"description":"Applied Date as ISO 8601 timestamp"},{"name":"rating","type":"float","range":[0,5],"example":"4.2","required":false,"description":"Rating (0–5)"},{"name":"resume_ref","type":"string","example":"doc:resume-1234","required":false,"description":"Resume Reference"},{"name":"referrer","type":"string","example":"emp:42","required":false,"description":"Referrer"}],"description":"Job applicant — candidate tracking through hiring pipeline stages"},{"tag":"EMPLOYEE","fields":[{"name":"rid","type":"string","example":"emp:42","required":true,"description":"Record ID"},{"name":"name_encrypted","type":"string","example":"enc:aes256:...","required":false,"description":"Name (Encrypted)"},{"name":"department","type":"string","example":"Engineering","required":false,"description":"Department"},{"name":"role","type":"string","example":"Senior Data Engineer","required":false,"description":"Role"},{"name":"start_date","type":"ts","example":"2026-01-15T00:00:00Z","required":false,"description":"Start Date as ISO 8601 timestamp"},{"enum":["active","on-leave","terminated","retired"],"name":"status","type":"string","example":"active","required":false,"description":"Employee Status: active, on-leave, terminated, retired"},{"name":"manager_ref","type":"string","example":"emp:12","required":false,"description":"Manager Reference"},{"name":"location","type":"string","example":"Berlin, Germany","required":false,"description":"Location"},{"name":"fte","type":"float","range":[0,1],"example":"1.0","required":false,"description":"FTE (0–1)"},{"name":"level","type":"string","example":"IC4","required":false,"description":"Level"}],"description":"Employee record — workforce roster with department, level, and FTE status"},{"tag":"REVIEW","fields":[{"name":"rid","type":"string","example":"rev:2026-q1-042","required":true,"description":"Record ID"},{"name":"employee_ref","type":"string","example":"emp:42","required":false,"description":"Employee Reference"},{"enum":["Q1","Q2","Q3","Q4","H1","H2","annual","probation","mid-year"],"name":"period","type":"string","example":"2026-Q1","required":false,"description":"Review Period (9 allowed values)"},{"name":"rating","type":"float","range":[1,5],"example":"4.0","required":false,"description":"Rating (1–5)"},{"name":"reviewer","type":"string","example":"emp:12","required":false,"description":"Reviewer"},{"name":"goals_met","type":"int","example":"4","required":false,"description":"Goals Met"},{"name":"goals_total","type":"int","example":"5","required":false,"description":"Goals Total"},{"name":"competencies","type":"string","example":"technical:4, leadership:3, communication:4","required":false,"description":"Competencies"},{"name":"next_review","type":"ts","example":"2026-07-01T00:00:00Z","required":false,"description":"Next Review as ISO 8601 timestamp"}],"description":"Performance review — periodic evaluation with goal tracking and competency assessment"},{"tag":"POSITION","fields":[{"name":"rid","type":"string","example":"pos:eng-042","required":true,"description":"Record ID"},{"name":"title","type":"string","example":"Senior Data Engineer","required":false,"description":"Position Title"},{"name":"department","type":"string","example":"Engineering","required":false,"description":"Department"},{"name":"grade","type":"string","example":"IC4","required":false,"description":"Grade"},{"name":"band","type":"string","example":"Band-C","required":false,"description":"Compensation Band"},{"name":"reports_to","type":"string","example":"pos:eng-mgr-01","required":false,"description":"Reports To"},{"enum":["filled","vacant","frozen","new"],"name":"status","type":"string","example":"filled","required":false,"description":"Position Status: filled, vacant, frozen, new"},{"name":"fte","type":"float","range":[0,1],"example":"1.0","required":false,"description":"FTE (0–1)"},{"name":"cost_center","type":"string","example":"CC-ENG-042","required":false,"description":"Cost Center"},{"name":"budget","type":"float","unit":"EUR/year","example":"95000.0","required":false,"description":"Budget in EUR/year"}],"description":"Job position — organizational chart node with grade, band, and budget"},{"tag":"LEAVE","fields":[{"name":"rid","type":"string","example":"lv:2026-0315","required":true,"description":"Record ID"},{"name":"employee_ref","type":"string","example":"emp:42","required":false,"description":"Employee Reference"},{"enum":["vacation","sick","personal","parental","bereavement","unpaid","sabbatical"],"name":"type","type":"string","example":"vacation","required":false,"description":"Leave Type (7 allowed values)"},{"name":"start_date","type":"ts","example":"2026-03-15T00:00:00Z","required":false,"description":"Start Date as ISO 8601 timestamp"},{"name":"end_date","type":"ts","example":"2026-03-19T00:00:00Z","required":false,"description":"End Date as ISO 8601 timestamp"},{"name":"days","type":"int","unit":"days","example":"5","required":false,"description":"Days"},{"enum":["requested","approved","denied","cancelled"],"name":"status","type":"string","example":"approved","required":false,"description":"Leave Status: requested, approved, denied, cancelled"},{"name":"approved_by","type":"string","example":"emp:12","required":false,"description":"Approved By"},{"name":"reason","type":"string","example":"Family vacation","required":false,"description":"Reason"}],"description":"Leave record — time-off request with approval workflow"}],"schemaHash":null,"recordCount":6,"totalFieldCount":58,"meta":{"links":[{"url":"https://hropenstandards.org/","type":"standard","label":"HR Open Standards"},{"url":"https://schema.org/JobPosting","type":"standard","label":"Schema.org JobPosting"}],"related":[{"domain":"yon.education","reason":"Training and development","relationship":"often paired"},{"domain":"yon.compliance","reason":"Labor law compliance","relationship":"regulatory overlap"}],"tagline":"Workforce management and recruitment for HR AI","use_cases":[{"id":"employee-lifecycle","tags":["EMPLOYEE","POSITION","BENEFIT","LEAVE","REVIEW"],"steps":["Open @POSITION with job description and compensation band","Onboard @EMPLOYEE with benefits enrollment","Configure @BENEFIT elections (health, retirement, PTO)","Process monthly @PAYROLL with tax and deduction calculations","Conduct quarterly @PERFORMANCE reviews with goal tracking"],"title":"Employee Lifecycle Management","example":"@EMPLOYEE rid=emp:1 | name=\"Jane Doe\" | position_ref=\"pos:42\" | hire_date=\"2026-01-15\" | status=\"active\"","tags_used":["POSITION","EMPLOYEE","BENEFIT","PAYROLL","PERFORMANCE"],"description":"Track employees from onboarding through offboarding, including position changes, benefits enrollment, leave management, and performance review cycles."},{"id":"workforce-analytics","tags":["EMPLOYEE","POSITION","PAYROLL","REVIEW"],"steps":["Analyze @POSITION fill rates and time-to-hire","Track @LEAVE patterns for staffing forecasts","Correlate @PERFORMANCE ratings with retention risk","Model @PAYROLL cost projections for headcount","Benchmark @BENEFIT utilization across departments"],"title":"Workforce Planning and Analytics","example":"@LEAVE rid=lv:1 | employee_ref=\"emp:1\" | type=\"annual\" | start=\"2026-03-01\" | end=\"2026-03-05\" | status=\"approved\"","tags_used":["POSITION","LEAVE","PERFORMANCE","PAYROLL","BENEFIT"],"description":"Analyze headcount trends, compensation benchmarks, attrition patterns, and skills gaps to inform hiring plans, retention strategies, and organizational design."}],"highlights":["REQUISITION","EMPLOYEE","REVIEW"],"tag_context":{"LEAVE":{"purpose":"Time-off request with approval workflow, type classification, and balance tracking","when_to_use":"Leave requests, approval workflows, absence tracking, staffing forecasts, payroll adjustments","related_standards":["ISO 8601 Duration","xCal (OASIS)","FMLA (US)"]},"REVIEW":{"purpose":"Periodic performance evaluation with goal tracking, competency assessment, and calibration","when_to_use":"Annual/quarterly reviews, promotion decisions, PIP documentation, goal setting, talent calibration","related_standards":["SHRM Competency Model","OKR Framework","ISO 10015"]},"EMPLOYEE":{"purpose":"Workforce roster entry with department, level, FTE status, and reporting chain","when_to_use":"Onboarding, org chart management, headcount reporting, payroll integration, workforce analytics","related_standards":["HR-XML (HR Open Standards)","Schema.org Person","ISO 6346 JT"]},"POSITION":{"purpose":"Organizational chart node with grade, compensation band, and budget allocation","when_to_use":"Org design, headcount budgeting, job architecture, grade mapping, succession planning","related_standards":["O*NET-SOC (US)","ISCO-08 (ILO)","ESCO (EU)"]},"APPLICANT":{"purpose":"Candidate tracking through hiring pipeline stages with source attribution and encrypted PII","when_to_use":"Application intake, pipeline tracking, interview scheduling, offer management, GDPR-compliant candidate data","related_standards":["HR-XML Candidate","Schema.org Person","GDPR Art. 13"]},"REQUISITION":{"purpose":"Headcount request with salary range, location, and remote eligibility for ATS integration","when_to_use":"Job opening creation, ATS pipeline, headcount planning, hiring manager approval, budget allocation","related_standards":["HR-XML Recruiting","Schema.org JobPosting","O*NET-SOC"]}}},"registry":{"domain":{"path":"yon.hr","owner":{"url":"https://younndai.com","name":"YounndAI Domains Registry","since":"2026-01-15T00:00:00Z","organization":"YounndAI"},"state":"active","notice":null,"created":"2026-01-15T00:00:00Z","lastUpdated":"2026-03-02T01:19:50.151Z"},"namespace":{"path":"yon","type":"official","owner":{"url":"https://younndai.com","name":"YounndAI Domains Registry","since":"2026-01-15T00:00:00Z","organization":"YounndAI"},"state":"active","notice":null}},"owner":{"url":"https://younndai.com","name":"YounndAI Domains Registry","since":"2026-01-15T00:00:00Z","organization":"YounndAI"}}