This is an example USDA result from creating a Camera and setting the projection to orthographic. All other Properties are using the default values from the UsdGeomCamera schema definition.
#usda 1.0
(
defaultPrim = "World"
)
def Xform "World"
{
def Camera "MyOrthoCam"
{
token projection = "orthographic"
}
}