Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/MATD |
|---|
Active Methods
|
POST,GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is a material ID string.",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"GIRDER_MATL_PROP",
"GIRDER_REBAR_PROP"
],
"additionalProperties": false,
"properties": {
"GIRDER_MATL_PROP": {
"type": "object",
"description": "Girder Material Type settings. For detailed field specifications, CODE options, and CODE-specific GRADE values, refer to the Girder Material Type documentation."
},
"GIRDER_REBAR_PROP": {
"type": "object",
"description": "Girder Rebar Selection settings. For detailed field specifications, CODE options, and CODE-specific rebar grade values, refer to the Girder Rebar Selection documentation."
},
"SLAB_MATL_PROP": {
"type": "object",
"description": "Slab Material Type settings. For detailed field specifications, CODE options, and CODE-specific GRADE values, refer to the Slab Material Type documentation."
},
"SLAB_REBAR_PROP": {
"type": "object",
"description": "Slab Rebar Selection settings. For detailed field specifications, CODE options, and CODE-specific rebar grade values, refer to the Slab Rebar Selection documentation."
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is a material ID string.",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"GIRDER_MATL_PROP",
"GIRDER_REBAR_PROP"
],
"additionalProperties": false,
"properties": {
"GIRDER_MATL_PROP": {
"type": "object",
"description": "Girder Material Type settings. For detailed field specifications, CODE options, and CODE-specific GRADE values, refer to the Girder Material Type documentation."
},
"GIRDER_REBAR_PROP": {
"type": "object",
"description": "Girder Rebar Selection settings. For detailed field specifications, CODE options, and CODE-specific rebar grade values, refer to the Girder Rebar Selection documentation."
},
"SLAB_MATL_PROP": {
"type": "object",
"description": "Slab Material Type settings. For detailed field specifications, CODE options, and CODE-specific GRADE values, refer to the Slab Material Type documentation."
},
"SLAB_REBAR_PROP": {
"type": "object",
"description": "Slab Rebar Selection settings. For detailed field specifications, CODE options, and CODE-specific rebar grade values, refer to the Slab Rebar Selection documentation."
}
}
}
}
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Keyed object (dictionary). Each property name is a material ID string. |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Girder Material Type *) |
"GIRDER_MATL_PROP" |
object |
- |
Required |
|||
|
2 |
Girder Rebar Selection *) |
"GIRDER_REBAR_PROP" |
object |
- |
Required |
|||
|
3 |
Slab Material Type *) |
"SLAB_MATL_PROP" |
object |
- |
Optional |
|||
|
4 |
Slab Rebar Selection *) |
"SLAB_REBAR_PROP" |
object |
- |
Optional |
|||