GET api/MasterList/GetSchema?module={module}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| module | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Schema| Name | Description | Type | Additional information |
|---|---|---|---|
| AdditionalProperties | Object |
None. |
|
| Defs | Dictionary of string [key] and Schema [value] |
None. |
|
| Ref | string |
None. |
|
| AnyOf | Collection of Schema |
None. |
|
| Default | Object |
None. |
|
| Description | string |
None. |
|
| Enum | Collection of string |
None. |
|
| Example | Object |
None. |
|
| Format | string |
None. |
|
| Items | Schema |
None. |
|
| MaxItems | integer |
None. |
|
| MaxLength | integer |
None. |
|
| MaxProperties | integer |
None. |
|
| Maximum | decimal number |
None. |
|
| MinItems | integer |
None. |
|
| MinLength | integer |
None. |
|
| MinProperties | integer |
None. |
|
| Minimum | decimal number |
None. |
|
| Nullable | boolean |
None. |
|
| Pattern | string |
None. |
|
| Properties | Dictionary of string [key] and Schema [value] |
None. |
|
| PropertyOrdering | Collection of string |
None. |
|
| Required | Collection of string |
None. |
|
| Title | string |
None. |
|
| Type |
None. |
Response Formats
application/json, text/json
Sample:
{
"AdditionalProperties": {},
"Defs": {},
"Ref": "sample string 2",
"AnyOf": [],
"Default": {},
"Description": "sample string 4",
"Enum": [
"sample string 1",
"sample string 2"
],
"Example": {},
"Format": "sample string 6",
"MaxItems": 1,
"MaxLength": 1,
"MaxProperties": 1,
"Maximum": 1.1,
"MinItems": 1,
"MinLength": 1,
"MinProperties": 1,
"Minimum": 1.1,
"Nullable": true,
"Pattern": "sample string 7",
"Properties": {},
"PropertyOrdering": [
"sample string 1",
"sample string 2"
],
"Required": [
"sample string 1",
"sample string 2"
],
"Title": "sample string 8",
"Type": 0
}