interface JFormSchemaJMC {
    properties: {
        [key: string]: JFormSchemaPropertyJMC;
    };
    required: string[];
    type: "object";
}

Properties

properties: {
    [key: string]: JFormSchemaPropertyJMC;
}

Type declaration

required: string[]
type: "object"