M21 Azure RAFS DDMS - RCA and Electricalproperties,GCTMS,TriaxialTest,CEC,CapPressure,EDS,Wettability Index missing content schema

Similar to NMR, I tried RCA. Made similar changes to create the record. opendes:work-product-component--SamplesAnalysis:6f761704b53d420c819bf3a5204e3a77:1701530363638834

But when I try to add data, then I get this error.

{
    "code": 422,
    "reason": "Unimplemented model for route /api/rafs-ddms/v2/samplesanalysis/opendes:work-product-component--SamplesAnalysis:6f761704b53d420c819bf3a5204e3a77/data/routinecoreanalyses."
}

Next I tried to see how many tests are supported. GET https://{{RAFS_DDMS_HOST}}/v2/samplesanalysis/analysistypes

This does not show routinecoreanalyses

Shows

    "rocksampleanalyses": [
        "1.0.0"
    ],

Please check this.

=============== Next I tried electricalproperties ==== Here also I get this error.

{
    "code": 422,
    "reason": "Unimplemented model for route /api/rafs-ddms/v2/samplesanalysis/opendes:work-product-component--SamplesAnalysis:31eb4ec0e5644ee990b7ef0165492d34/data/electricalproperties."
}

Although when I list available content schema, this appears.

    "electricalproperties": [
        "1.0.0"
    ],
Edited by Debasis Chatterjee