You cannot create Objects before creating Types.


While Types describe what the structure and nature of data will be, an Object is defined by the actual value of that data. Since you must first define the structure before you can actually add any data, you cannot create an Object without an existing Type.