Explain Format output specification - Mailing list pgsql-docs

From PG Doc comments form
Subject Explain Format output specification
Date
Msg-id 171094690582.7104.14299836970673332180@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/sql-explain.html
Description:

Hello
Regarding the Explain command's documentation:
https://www.postgresql.org/docs/current/sql-explain.html

For non-text format options (JSON, YAML, XML) there is no mention of the
expected output.
How stable are the fields inside these ? Does the name of some field liable
to change from version to version ?
Could it be possible to have at least a high level specifications of some of
the fields ?

I have a script I'm relying on that takes the JSON output of Explain with
Verbose set to true.
It then find the "Output" fields deeply (in each Plans recursively),
use "Relation Name", "Alias" and "Schema" to get the full name of the
columns and collects them all.
How susceptible is this to break in the future ?

Thanks in advance

pgsql-docs by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: Monetary Data Types Improvement
Next
From: Dave Cramer
Date:
Subject: Re: Monetary Data Types Improvement