| 1197 | struct Property { |
| 1198 | Property() : schema(), dependenciesSchema(), dependenciesValidatorIndex(), dependencies(), required(false) {} |
| 1199 | ~Property() { AllocatorType::Free(dependencies); } |
| 1200 | SValue name; |
| 1201 | const SchemaType* schema; |
| 1202 | const SchemaType* dependenciesSchema; |