{"$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,"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}}}