| 1713 | } |
| 1714 | |
| 1715 | bool EndObject(SizeType memberCount) { |
| 1716 | if (!valid_) return false; |
| 1717 | RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(EndObject, (memberCount)); |
| 1718 | if (!CurrentSchema().EndObject(CurrentContext(), memberCount)) return valid_ = false; |
| 1719 | RAPIDJSON_SCHEMA_HANDLE_END_(EndObject, (memberCount)); |
| 1720 | } |
| 1721 | |
| 1722 | bool StartArray() { |
| 1723 | RAPIDJSON_SCHEMA_HANDLE_BEGIN_(StartArray, (CurrentContext())); |