From cf1435ce52443de6bc1fa7d455f5f180ee1a12f6 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 28 Mar 2024 21:34:36 +0100 Subject: [PATCH] Update src/common-principles.md --- src/common-principles.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common-principles.md b/src/common-principles.md index 0bd9b5891c..6d341f42f2 100644 --- a/src/common-principles.md +++ b/src/common-principles.md @@ -571,8 +571,7 @@ Rules for formatting plain-text tabular files apply to TSVGZ files with three ex [gzip](https://datatracker.ietf.org/doc/html/rfc1952). 1. Compressed tabular files MUST NOT contain a header in the first row indicating the column names. -1. TSVGZ files MUST be accompanied by a JSON file with the same name as their - corresponding tabular file but with a `.json` extension. +1. TSVGZ files MUST have an associated JSON file that defines the columns in the tabular file. !!! warning "Attention"