Property:Has condition quality
This is a string describing the quality level of the canyon under current conditions -- basically, how good of a time will canyoneers have when descending the canyon right now. Even an outstanding canyon may not be worth much when dry, and a mediocre canyon may be fantastic in high water. The allowed values for this property are:
0 - Unknown : the conditions reported are not from a descent of the canyon
1 - Poor : regretted doing the trip; canyon is not worth doing in its current condition
2 - Ok : the canyon was worth doing, but the conditions made it not all that good
3 - Good : the canyon trip was good; a fairly typical descent
4 - Great : the canyon trip was great
5 - Amazing : the canyon trip was outstanding and rose above normal canyon trips
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "0 - Unknown", "1 - Poor", "2 - Ok", "3 - Good", "4 - Great", "5 - Amazing" ] } }