I have an attorney that has multiple affiliations that I want to mark up with JSON schema. What is the best way to do this?...
Option #1:
"affiliation": "Example 1, Example 2",
Option #2
"affiliation": "Example 1",
"affiliation": "Example 2",
Or, is there another way to do this that I haven't considered?