Skip to main content
JSON Manual Created Edited

Load Sequence for Nonlinear

 

Input URI

{base url} + db/LDSQ



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

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


Examples

Load Sequence for Nonlinear

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


Specifications

No. Description Key Value Type Default Required

1

Load Case Name

"LCNAME_ITEM"

String

-

Required



0
Was this article helpful?