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

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-usorca-security-usBot 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

StatusCheckIssues by priority
Passed PassedInfrastructure as Codehigh 0 medium 0 low 4 info 159View in Orca
Passed PassedSASThigh 0 medium 0 low 0 info 0View in Orca
Passed PassedSecretshigh 0 medium 0 low 0 info 0View in Orca
Passed PassedVulnerabilitieshigh 0 medium 0 low 0 info 0View in Orca
🛡️ The following IaC misconfigurations have been detected
NAMEFILE
lowResponse on operations that should have a body has undefined schemaapps/contacts.jsonView in code
lowResponse on operations that should have a body has undefined schemaapps/contacts.jsonView in code
lowResponse on operations that should have a body has undefined schemaapps/contacts.jsonView in code
lowResponse on operations that should have a body has undefined schemaapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoUnknown Propertyapps/contacts.jsonView in code
infoComponents Object Fixed Field Key Improperly Namedapps/contacts.jsonView in code
infoComponents Object Fixed Field Key Improperly Namedapps/contacts.jsonView in code
infoComponents Object Fixed Field Key Improperly Namedapps/contacts.jsonView in code
infoComponents Object Fixed Field Key Improperly Namedapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
infoObject Without Required Propertyapps/contacts.jsonView in code
............

Sign up for freeto 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

@MCPVOT