SecureElementManifest Object

At the top level, the secure element manifest format is a JSON array of SignedSecureElement objects where each element represents a single secure element.

[
  SignedSecureElement,
  SignedSecureElement,
  ...
]