We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please clarify what type Null means exactly?
Null
In the docs we see often that some objects have type Null, e.g., qualifier under retrieve a study.
qualifier
While reading about the null type in json-schema.org it says that:
null
When a schema specifies a type of null, it has only one acceptable value: null.
In other places I read that it could mean missing data/not available.
So what exactly is its meaning in the JSON returned by the GWAS REST API?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could you please clarify what type
Null
means exactly?In the docs we see often that some objects have type
Null
, e.g.,qualifier
under retrieve a study.While reading about the
null
type in json-schema.org it says that:In other places I read that it could mean missing data/not available.
So what exactly is its meaning in the JSON returned by the GWAS REST API?
The text was updated successfully, but these errors were encountered: