Plotly JSON Schema reference?

Is there a way to look at all the options for any other JSON object used by Plotly (including traces, axis, scenes, etc).

Even when some features are not just a “true/false” boolean property or depend on toggling something else, it would be helpful to have such reference in order to understand and discover more features of it.

Thanks in advance.

We have this: https://plot.ly/javascript/reference/

You can try Plotly.PlotSchema.get() in your browser console.

You might also want to look at: https://plot.ly/javascript/plotlyjs-function-reference/#plotlyvalidate

Thanks @etienne, the PlotSchema is what I was looking for, together with the reference and the validation I have a full reference of all the options.