This is an example USDA result from creating a Camera and setting the projection to perspective. All other Properties are using the default values from the UsdGeomCamera schema definition.

#usda 1.0
(
    defaultPrim = "World"
)

def Xform "World"
{
    def Camera "MyPerspCam"
    {
        token projection = "perspective"
    }
}