View | Details | Raw Unified | Return to bug 49102
Collapse All | Expand All

(-)a/ucs-school-import/usr/share/ucs-school-import/schema/user_import_configuration_schema.json (-8 / +7 lines)
 Lines 30-36    Link Here 
30
		"csv": {
30
		"csv": {
31
			"type": "object",
31
			"type": "object",
32
			"properties": {
32
			"properties": {
33
				"delimiter": {"type": "string"},
33
				"delimiter": {"type": ["string", "null"]},
34
				"mapping": {"type": "object"},
34
				"mapping": {"type": "object"},
35
				"header_lines": {"type": "integer"},
35
				"header_lines": {"type": "integer"},
36
				"incell-delimiter": {
36
				"incell-delimiter": {
 Lines 70-79    Link Here 
70
						"teacher_and_staff": {"type": "string"}
70
						"teacher_and_staff": {"type": "string"}
71
					}
71
					}
72
				},
72
				},
73
				"<udm attribute name>": {"type": "string"}
73
				"<udm attribute name>": {"type": ["string", "null"]}
74
			}
74
			}
75
		},
75
		},
76
		"maildomain": {"type": "string"},
76
		"maildomain": {"type": ["string", "null"]},
77
		"mandatory_attributes": {
77
		"mandatory_attributes": {
78
			"type": "array",
78
			"type": "array",
79
			"items": {"type": "string"}
79
			"items": {"type": "string"}
 Lines 82-97    Link Here 
82
		"output": {
82
		"output": {
83
			"type": "object",
83
			"type": "object",
84
			"properties": {
84
			"properties": {
85
				"new_user_passwords": {"type": "string"},
85
				"new_user_passwords": {"type": ["string", "null"]},
86
				"user_import_summary": {"type": "string"}
86
				"user_import_summary": {"type": "string"}
87
			}
87
			}
88
		},
88
		},
89
		"password_length": {"type": "integer"},
89
		"password_length": {"type": "integer"},
90
		"school": {"type": "string"},
90
		"school": {"type": ["string", "null"]},
91
		"source_uid": {"type": "string"},
91
		"source_uid": {"type": ["string", "null"]},
92
		"tolerate_errors": {"type": "integer"},
92
		"tolerate_errors": {"type": "integer"},
93
		"user_deletion": {"type": "object"},
93
		"user_role": {"type": ["string", "null"]},
94
		"user_role": {"type": "string"},
95
		"username": {
94
		"username": {
96
			"type": "object",
95
			"type": "object",
97
			"properties": {
96
			"properties": {

Return to bug 49102