Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/INFS |
|---|
Active Methods
|
POST,GET,PUT,DELETE |
|---|
JSON Schema
Details
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Object keyed by ID strings, where each entry represents an element (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"INTERFACE_SHEAR",
"SURFACE_CLASSIFICATION"
],
"additionalProperties": false,
"properties": {
"SURFACE_CLASSIFICATION_I": {
"type": "object",
"description": "SURFACE_CLASSIFICATION_I",
"additionalProperties": false,
"x-ui": {
"label": "SURFACE_CLASSIFICATION_I",
"order": 3
},
"properties": {
"SURFACE_CLASSIFICATION": {
"type": "integer",
"description": "Surface Classification",
"enum": [
0,
1,
2,
3,
4,
5
],
"default": 0,
"x-ui": {
"component": "RadioGroup",
"label": "Surface Classification",
"order": 1
},
"x-enum-labels": {
"0": "Roughened (CIP slab)",
"1": "Monolithically",
"2": "Intentionally roughened (LWC)",
"3": "Intentionally roughened (NWC)",
"4": "Not intentionally roughened",
"5": "Anchored"
}
},
"BVI": {
"type": "number",
"minimum": 0,
"description": "Width of the interfacial cross-section engaged in shear transfer",
"x-ui": {
"label": "Bvi",
"order": 1
}
},
"AVF": {
"type": "number",
"minimum": 0,
"description": "Cross-sectional area of reinforcement crossing the interfacial shear plane",
"x-ui": {
"label": "Avf",
"order": 2
}
},
"FY": {
"type": "number",
"minimum": 0,
"description": "Yield strength of reinforcement crossing the interfacial shear plane",
"x-ui": {
"label": "Fy",
"order": 3
}
}
}
},
"SURFACE_CLASSIFICATION_J": {
"type": "object",
"description": "SURFACE_CLASSIFICATION_J",
"additionalProperties": false,
"x-ui": {
"label": "SURFACE_CLASSIFICATION_J",
"order": 3
},
"properties": {
"SURFACE_CLASSIFICATION": {
"type": "integer",
"description": "Surface Classification",
"enum": [
0,
1,
2,
3,
4,
5
],
"default": 0,
"x-ui": {
"component": "RadioGroup",
"label": "Surface Classification",
"order": 1
},
"x-enum-labels": {
"0": "Roughened (CIP slab)",
"1": "Monolithically",
"2": "Intentionally roughened (LWC)",
"3": "Intentionally roughened (NWC)",
"4": "Not intentionally roughened",
"5": "Anchored"
}
},
"BVI": {
"type": "number",
"minimum": 0,
"description": "Width of the interfacial cross-section engaged in shear transfer",
"x-ui": {
"label": "Bvi",
"order": 1
}
},
"AVF": {
"type": "number",
"minimum": 0,
"description": "Cross-sectional area of reinforcement crossing the interfacial shear plane",
"x-ui": {
"label": "Avf",
"order": 2
}
},
"FY": {
"type": "number",
"minimum": 0,
"description": "Yield strength of reinforcement crossing the interfacial shear plane",
"x-ui": {
"label": "Fy",
"order": 3
}
}
}
}
}
}
}
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Object keyed by ID strings, where each entry represents an element (e.g., "1"). |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
SURFACE_CLASSIFICATION_I |
"SURFACE_CLASSIFICATION_I" |
object |
- |
Optional |
|||
|
1.1 |
Surface Classification • Roughened (CIP slab): "0" • Monolithically: "1" • Intentionally roughened (LWC): "2" • Intentionally roughened (NWC): "3" • Not intentionally roughened: "4" • Anchored: "5" |
"SURFACE_CLASSIFICATION" |
integer |
|
Optional |
|||
|
1.2 |
Bvi Constraints: • Value Range: >= 0 |
"BVI" |
number |
- |
Optional |
|||
|
1.3 |
Avf Constraints: • Value Range: >= 0 |
"AVF" |
number |
- |
Optional |
|||
|
1.4 |
Fy Constraints: • Value Range: >= 0 |
"FY" |
number |
- |
Optional |
|||
|
2 |
SURFACE_CLASSIFICATION_J |
"SURFACE_CLASSIFICATION_J" |
object |
- |
Optional |
|||
|
2.1 |
Surface Classification • Roughened (CIP slab): "0" • Monolithically: "1" • Intentionally roughened (LWC): "2" • Intentionally roughened (NWC): "3" • Not intentionally roughened: "4" • Anchored: "5" |
"SURFACE_CLASSIFICATION" |
integer |
|
Optional |
|||
|
2.2 |
Bvi Constraints: • Value Range: >= 0 |
"BVI" |
number |
- |
Optional |
|||
|
2.3 |
Avf Constraints: • Value Range: >= 0 |
"AVF" |
number |
- |
Optional |
|||
|
2.4 |
Fy Constraints: • Value Range: >= 0 |
"FY" |
number |
- |
Optional |
|||