Files
RobustToolbox/Schemas/mapfile_validators.py
2022-08-15 09:20:12 +10:00

9 lines
162 B
Python

from yamale.validators import Validator
import yaml
class Component(Validator):
tag = "comp"
def _is_valid(self, value):
return 'type' in value