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
id
Sphinx-Needs allows to import this needs.json:
{ "current_version": "1.0", "project": "test project", "versions": { "1.0": { "creator": { "program": "sphinx_needs", "version": "4.2.0" }, "needs": { "REQ_1_1": { "id": "REQ_1_1_other", "other": "fields" } }, "needs_amount": 1, "needs_schema": { "$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema)", "properties": { "fields": {} }, "type": "object" } } } }
The dictionary key REQ_1_1 differs from the id field value REQ_1_1_other. This should lead to a warning and a refusal to import those needs.
REQ_1_1
REQ_1_1_other
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sphinx-Needs allows to import this needs.json:
The dictionary key
REQ_1_1
differs from theid
field valueREQ_1_1_other
.This should lead to a warning and a refusal to import those needs.
The text was updated successfully, but these errors were encountered: