{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/status-record-v1","title":"Assignee Research Public Status Record","type":"object","required":["schema","schema_version","contract_version","contract_updated","generated_at_utc","publisher","surface_state","public_counts","public_contracts","public_routes","data_change_policy","verification_policy","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/status-record-v1"},"schema_version":{"type":"string"},"contract_version":{"type":"string"},"contract_updated":{"type":"string"},"generated_at_utc":{"type":"string"},"publisher":{"type":"object"},"surface_state":{"enum":["CURRENT","DEGRADED_PUBLIC_DATA","MAINTENANCE_NOTICE"]},"public_counts":{"type":"object"},"public_contracts":{"type":"array","items":{"type":"object"}},"public_routes":{"type":"object"},"data_change_policy":{"type":"object"},"verification_policy":{"type":"object"},"limitations":{"type":"array","items":{"type":"string"}}},"x-surface-states":["CURRENT","DEGRADED_PUBLIC_DATA","MAINTENANCE_NOTICE"]}