{ "$id": "https://raw.githubusercontent.com/bcgov/nr-pies/refs/heads/main/docs/spec/element/data/process.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Process", "description": "Represents a process tracking concept.", "type": "object", "properties": { "status": { "type": "string", "description": "An optional description of the current condition or update of an application or authorization. Additional details about the current state are frequently conveyed (e.g., 'Pending Review', 'Under Inspection'). Statuses may be defined by the line of business." }, "status_code": { "type": "string", "description": "An optional codified representation of the status attribute. Status codes may be defined by the line of business." }, "status_description": { "description": "An optional description of the status if present.", "type": "string" } }, "allOf": [ { "$ref": "https://raw.githubusercontent.com/bcgov/nr-pies/refs/heads/main/docs/spec/element/data/coding.schema.json" } ] }