Create a Schema for ADPs.
- This should be compatible with mongoose discriminators.
- This should be similar to the "clickedLinkevent" in the example: https://mongoosejs.com/docs/discriminators.html
- cve_program_org_function should be removed
- authority will now become a single string value. That string value will ALWAYS be ADP.
- 'users' should be specified as a UUID in the schema
- "admins" field should be removed from contact info, and be placed in the top level of the model It will be a string array of uuids.
- There should be no hard or soft quota in the model
- The index should be updated.
Create a Schema for ADPs.