Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "routeName": "asset",
- "screenName": "Add Asset",
- "submitPostUrl": "https://assetstore.unity.com/",
- "entityConfigs": [
- {
- "jsonKey": "area",
- "code": "ASSET.AREA",
- "uiConfig": {
- "label": "Enter Land Area",
- "type": "UI_CONFIG_TYPE.TEXT_INPUT",
- "subType": "UI_CONFIG_SUB_TYPE.SHORT_TEXT",
- "options": null,
- "validationRules": {
- "isMandatory": true,
- "regEx": null
- }
- }
- },
- {
- "jsonKey": "type",
- "code": "ASSET.TYPE",
- "uiConfig": {
- "label": "Select Land Type",
- "type": "UI_CONFIG_TYPE.RADIO_OPTION",
- "subType": "UI_CONFIG_SUB_TYPE.SINGLE",
- "options": [
- {
- "label": "Rain fed",
- "code": "LAND_TYPE.RAIN_FED"
- },
- {
- "label": "Dry",
- "code": "LAND_TYPE.DRY"
- }
- ],
- "validationRules": {
- "isMandatory": true,
- "regEx": null
- }
- }
- },
- {
- "jsonKey": "khata_number",
- "code": "ASSET.KHATA_NUMBER",
- "uiConfig": {
- "label": "Enter Khata Number",
- "type": "UI_CONFIG_TYPE.TEXT_INPUT",
- "subType": "UI_CONFIG_SUB_TYPE.SHORT_TEXT",
- "options": null,
- "validationRules": {
- "isMandatory": false,
- "regEx": null
- }
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment