hololake-system-architecture/product-source/hololake-native-desktop/contracts/education-broadcast-tower.json

34 lines
1.1 KiB
JSON
Raw Normal View History

{
"schema": "hololake.education-broadcast-tower-contract/v1",
"record_id": "TCS-EDU-BROADCAST-TOWER-0001",
"domain_entry": "BRANCH_DOMAIN",
"deployment_scope": "INDUSTRY_INITIALIZATION_CHANNEL_TEMPLATE",
"storage": "GUANGHU_NUMBERED_STORE_ACCOUNT_SCOPE",
"participant_number_prefixes": {
"TCS-EDU-NT": "NEW_TEACHER",
"TCS-EDU-MT": "MENTOR",
"TCS-EDU-MG": "MANAGER"
},
"plan_flow": [
"DRAFT_AWAITING_HUMAN_APPROVAL",
"APPROVED_AWAITING_RECIPIENT",
"TRACKING",
"EVIDENCE_AWAITING_HUMAN_REVIEW",
"CLOSED"
],
"schedule_conflict": "REJECT_OVERLAPPING_ACTIVE_WINDOWS_FOR_SAME_PARTICIPANT",
"learning_evidence": {
"language_may_be_structured_by_persona": true,
"reasoning_trace_is_automatic_proof": false,
"final_acceptance_requires_human_review": true
},
"push_queue": {
"number_prefix": "TCS-EDU-PUSHQ",
"ticket_ttl_ms": 300000,
"selection": "EARLIEST_NON_EXPIRED_WAITING_TICKET",
"background_push_requires_online_client": true,
"ticket_is_remote_write_authority": false
},
"server_state": "XIAOXIN_FORGEJO_NOT_YET_DEPLOYED_OR_REGISTERED",
"remote_deployment_claim_allowed": false
}