Can ParseSchema add unique index?

Can ParseSchema add unique index?
I found that addindex does not say whether a unique index can be added in JS SDK documents.
Can I only add unique indexes to mongodb?

Yes. It is not currently possible to add options to the indexes created through the API.