VRM extension is for 3d humanoid avatars (and models) in VR applications.

interface VRM {
    blendShapeMaster?: BlendShape;
    exporterVersion?: string;
    firstPerson?: FirstPerson;
    humanoid?: Humanoid;
    materialProperties?: Material[];
    meta?: Meta;
    secondaryAnimation?: SecondaryAnimation;
    specVersion?: "0.0";
}

Properties

blendShapeMaster?: BlendShape
exporterVersion?: string

Version of exporter that vrm created. UniVRM-0.46

firstPerson?: FirstPerson
humanoid?: Humanoid
materialProperties?: Material[]
meta?: Meta
secondaryAnimation?: SecondaryAnimation
specVersion?: "0.0"

Version of VRM specification. 0.0