chc.jsoninterface.JSONResult module

Intermediate json format to return structured data for output (immutable).

class chc.jsoninterface.JSONResult.JSONResult(schemaref: str, content: Dict[str, Any], status: str, reason: Optional[str] = None)[source]

Bases: object

property content: Dict[str, Any]
property is_ok: bool
property reason: Optional[str]
property schemaref: str
property status: str