Skip to main content
JSON Manual Created Edited

Pre-composite Section

Input URI

{base url} + db/PLCB



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "PLCB": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "LCNAME_ITEM": {
                "description": "StaticLoadCaseName",
                "type": "array",
                "items": {
                    "type": "string"
                }
            }
        }
    }
}


Examples

Pre-composite Section

{
    "Assign": {
        "1": {
            "LCNAME_ITEM": [
                "DL(BC)1",
                "DL(BC)3"
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Static Load Case Name

"LCNAME_ITEM"

Array
[String]

-

Required



0
Was this article helpful?