- organization_name (str): The name of the organization
- organization_location (Location): The location of the organization
- organization_type (OrganizationType): The type of the organization
results
Organization Types
- GOVERNMENT
- PRIVATE
- NGO
Description of your new file.
{
"organization": [
{
"organization_name": "str",
"organization_location": {
"city": "str",
"state": "str",
"zipcode": "str",
"country": "str"
},
"organization_type": "OrganizationType(ENUM)"
]
}