{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/quality-tiers-v1","title":"Assignee Research Quality Tiers","type":"object","required":["schema","schema_version","contract_version","tier","basis","generated_from","inputs","thresholds","enforcement","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/quality-tiers-v1"},"schema_version":{"type":"string"},"contract_version":{"type":"string"},"tier":{"enum":["FLAGSHIP_CANDIDATE","DOI_GRADE","PUBLIC_RECORD","WATCHLIST","QUARANTINE_CANDIDATE"]},"basis":{"type":"string"},"generated_from":{"type":"string"},"inputs":{"type":"object","required":["review_score","verified_claim_count","artifact_types","reproducibility_level"],"properties":{"review_score":{"type":"number","minimum":0,"maximum":10},"verified_claim_count":{"type":"integer","minimum":0},"artifact_types":{"type":"array","items":{"type":"string"}},"reproducibility_level":{"enum":["UNASSESSED","LOW","MEDIUM","HIGH"]}}},"thresholds":{"type":"array","items":{"type":"object"}},"enforcement":{"type":"string"},"limitations":{"type":"array","items":{"type":"string"}}},"x-thresholds":[{"tier":"FLAGSHIP_CANDIDATE","description":"Strong public candidate for deeper editorial attention and flagship reporting.","minimum_review_score":8.5,"minimum_verified_claim_count":5,"required_reproducibility_level":"HIGH"},{"tier":"DOI_GRADE","description":"Meets the current public quality band used for DOI-grade literature syntheses.","minimum_review_score":7.5,"minimum_verified_claim_count":1},{"tier":"PUBLIC_RECORD","description":"Publicly listed literature synthesis with sufficient metadata for inspection.","minimum_review_score":5.0},{"tier":"WATCHLIST","description":"Public record that should be inspected with extra caution before relying on the synthesis.","maximum_review_score":7.49},{"tier":"QUARANTINE_CANDIDATE","description":"Low-scoring public record that should not be used without source-level inspection.","maximum_review_score":4.99}]}