factory JSONSchema.fromJson(Map<String, dynamic> json) { return JSONSchema(code: json['code'], context: json['context']); }