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