Group 5: Missing/Invalid Description
Tracks 5 bugs where JSON schema descriptions are missing, placeholder, or misleading.
RCA: Some schema properties were added with placeholder or generic descriptions (e.g. for something), and others like permissions[].role and permissions[].actions were never given descriptions at all. The depth-limit description omitted the meaning of null and -1.
Child Issues
PR
Group 5: Missing/Invalid Description
Tracks 5 bugs where JSON schema descriptions are missing, placeholder, or misleading.
RCA: Some schema properties were added with placeholder or generic descriptions (e.g.
for something), and others likepermissions[].roleandpermissions[].actionswere never given descriptions at all. Thedepth-limitdescription omitted the meaning ofnulland-1.Child Issues
data-source.health.enabledhas placeholder description (for something)permissions[].rolemissing descriptionpermissions[].actionsmissing descriptiondata-source.optionsdescription too vagueruntime.graphql.depth-limitdoesn't document null/-1 semantics (overlaps [Bug]: Schema/Cli mismatch runtime.graphql.depth-limit #3357)PR