Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'ssh keys, a root password or cloud-init', which aligns with sshKeys, rootPassword, and userData in the schema. However, it doesn't clarify that instanceId targets the specific instance or mention defaultUser/applicationId. The schema does include descriptions for nested properties, so the description adds marginal clarity but doesn't fully compensate for the 0% top-level schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.