Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Check for uniqueness of the "customMetadata" key #143

Open
2 tasks done
yangyansong-adbe opened this issue Mar 7, 2024 · 0 comments
Open
2 tasks done

Check Check for uniqueness of the "customMetadata" key #143

yangyansong-adbe opened this issue Mar 7, 2024 · 0 comments
Assignees

Comments

@yangyansong-adbe
Copy link
Contributor

Prerequisites

  • This is not a Security Disclosure, otherwise please follow the guidelines in Security Policy.
  • I have searched in this repository's issues to see if it has already been reported.

Feature request summary

"customMetadata": [
   {
     "name":"_DCBL.CUSTOMFIELD1",
     "value": "customValue1"
   },
   {
      "name":"_dcbl.customField1",
      "value": "customValue2"
   }
]

The Media Edge backend processes the provided data without distinguishing between uppercase and lowercase letters; the key will be converted to lowercase, and the value will be selected at random.
We need to consider the option of performing the uniqueness check on the Roku SDK side.

Current behavior

No response

Expected behavior

No response

Additional implementation details or code snippets

No response

@yangyansong-adbe yangyansong-adbe self-assigned this Mar 7, 2024
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

No branches or pull requests

1 participant