{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "advertiser_response_extended", "properties": { "data": { "allOf": [ { "$ref": "#/components/schemas/advertiser_response_base" }, { "type": "object", "properties": { "inherited_mfa_avoidance": { "type": "string", "enum": [ "INHERIT", "ALLOW_ALL", "EXCLUDE_MFA" ] }, "inherited_mfa_from": { "type": "string", "enum": [ "Organization", "Agency", "Advertiser" ] } } } ] }, "meta": { "$ref": "#/components/schemas/single_metadata" } } }