PublisherType
Type of publisher in the store
Properties
string
"individual""organization""verified_partner"
View JSON Schema
{
"type": "string",
"description": "Type of publisher in the store",
"enum": [
"individual",
"organization",
"verified_partner"
]
}