Skip to content

fix(contacts): add fieldValue (preferred) + deprecate field_value in custom-field schemas - #320

Open
MCPVOT wants to merge 1 commit into
GoHighLevel:mainfrom
MCPVOT:fix/stale-field-value-spec
Open

fix(contacts): add fieldValue (preferred) + deprecate field_value in custom-field schemas#320
MCPVOT wants to merge 1 commit into
GoHighLevel:mainfrom
MCPVOT:fix/stale-field-value-spec

Conversation

@MCPVOT

@MCPVOT MCPVOT commented Aug 9, 2026

Copy link
Copy Markdown

Top-level apps/contacts.json documents only snake_case field_value in all 12 custom-field input schemas. The v3 spec marks field_value as deprecated in favor of fieldValue. Mirror the v3 contract: add fieldValue (preferred) + deprecate field_value. JSON verified clean before/after.

…custom-field schemas

The top-level contacts.json documented only snake_case field_value for all 12
custom-field input schemas, while the v3 spec (apps/v3/contacts-v3.json) marks
field_value as deprecated in favor of fieldValue. Add the fieldValue twin
(preferred) and deprecate field_value, mirroring the v3 contract exactly.

Verified: JSON parses clean before and after; 12 schemas upgraded.

@orca-security-us orca-security-us Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 4   info 159 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca
🛡️ The following IaC misconfigurations have been detected
NAME FILE
low Response on operations that should have a body has undefined schema apps/contacts.json View in code
low Response on operations that should have a body has undefined schema apps/contacts.json View in code
low Response on operations that should have a body has undefined schema apps/contacts.json View in code
low Response on operations that should have a body has undefined schema apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Unknown Property apps/contacts.json View in code
info Components Object Fixed Field Key Improperly Named apps/contacts.json View in code
info Components Object Fixed Field Key Improperly Named apps/contacts.json View in code
info Components Object Fixed Field Key Improperly Named apps/contacts.json View in code
info Components Object Fixed Field Key Improperly Named apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
info Object Without Required Property apps/contacts.json View in code
... ... ... ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant