メインコンテンツへスキップ
JSON Manual 作成 編集

単一部材指定

入力 URI

{base url} + db/MEMB



 

メソッド

POST, GET, PUT, DELETE



 

JSON スキーマ

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "Argument": {
        "type": "object",
        "properties": {
            "AELEM": {
                "description": "ElementLists",
                "type": "array",
                "items": {
                    "type": "integer"
                }
            },
            "bREVERSE": {
                "description": "ReverseLocalDirection",
                "type": "boolean"
            }
        }
    }
}



 

Import to Json

{
    "Assign": {
        "1": {
            "AELEM": [
                36,
                48,
                46,
                49,
                47
            ]
        },
        "2": {
            "AELEM": [
                32,
                43
            ],
            "bREVERSE": true
        }
    }
}



 

仕様

NO.

説明

Key

データ型

Default

必須

1

Element Lists

"AELEM"

Array

[Integer]

-

Required

2

Reverse Local Direction

"bREVERSE"

Boolean

false

Optional

0
コンテンツが役に立ちましたか?