Replies: 1 comment
-
Hi, I'm afraid you misunderstood the function of hide_key. The purpose of hide_key is to prevent displaying object attributes. {
"type": "object",
"properties": {
"key1": "value1",
"key2", "value2"
}
} You can use hide_key to prevent key1 from being displayed. I currently have not much time to work on sphinx-jsonschema but I'm willing to consider a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have this JSON schema file
i add it in the rst file like this
.. jsonschema:: ctrl/common/message.schema.json
now i want to hide the key $id from presenting in the final page cuz it shows as a link,
i tried in conf.py to add this
or this
or in RST file this :
i tried to compile with the versions , 1.18.0 / 1.17.2/ 1.17.0
if there any solution i will be thankfull
Beta Was this translation helpful? Give feedback.
All reactions