{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PubIdentifier", "type": "object", "properties": { "id": { "type": "string", "description": "User's FactSet account path OR benchmark." }, "holdingsmode": { "type": "string", "description": "Holdings Mode can be B&H, TBR, OMS or EXT." } } }