Schema from JSON factory constructor.
factory Schema.fromJson(Map<String, dynamic> json) => _$SchemaFromJson(json);