Module pyinventory.site_survey_schema

Functions

def add_dependencies_to_question(question_to_replace: Dict[str, Any], depends_on: Dict[str, Any]) -> Dict[str, Any]
def compile_site_survey_schema(input_json_file_path: str, output_json_file_path: str) -> NoneType
def get_templates_from_content(content: Dict[str, Any]) -> Tuple[Dict[str, Any], Dict[str, Any]]
def retrieve_tamplates_and_set_them(path: str) -> Dict[str, Any]
def set_templates_with_content(content: Dict[str, Any], template_name_to_questions: Dict[str, Any], template_name_to_forms: Dict[str, Any]) -> NoneType
def validate_json(path: str) -> NoneType