Closed FArseny closed 1 year ago
Currently pythogen can't parse properties identified as const, for example:
InfoData: properties: status: {const: ok, title: Status}
Running clients print out these error: Exception: Unable to parse schema "<built-in function id>", unknown type "None" on "{'const': 'ok', 'title': 'Status'}"
Exception: Unable to parse schema "<built-in function id>", unknown type "None" on "{'const': 'ok', 'title': 'Status'}"
Currently pythogen can't parse properties identified as const, for example:
Running clients print out these error:
Exception: Unable to parse schema "<built-in function id>", unknown type "None" on "{'const': 'ok', 'title': 'Status'}"