diff options
Diffstat (limited to 'ECOMP-PAP-REST/dictionaryItemsAPI.json')
-rw-r--r-- | ECOMP-PAP-REST/dictionaryItemsAPI.json | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/ECOMP-PAP-REST/dictionaryItemsAPI.json b/ECOMP-PAP-REST/dictionaryItemsAPI.json deleted file mode 100644 index 4a4219700..000000000 --- a/ECOMP-PAP-REST/dictionaryItemsAPI.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "dictionary": [{ - "type": "commmon", - "dictionaries": [{ - "name": "attribute", - "table": "Attribute", - "fields": [{ - "name": "xacmlId" - }, { - "name": "description" - }, { - "name": "categoryBean" - }, { - "name": "datatypeBean" - }, { - "name": "priority" - }, { - "name": "attributeValue" - }] - }, { - "name": "ecompname", - "table": "EcompName", - "fields": [{ - "name": "ecompName" - }, { - "name": "description" - }] - }] - }, { - "type": "action", - "dictionaries": [{ - "name": "action", - "table": "ActionPolicyDict", - "fields": [{ - "name": "type" - }, { - "name": "url" - }, { - "name": "method" - }, { - "name": "header" - }, { - "name": "body" - }, { - "name": "attributeName" - }, { - "name": "description" - }] - }] - }] - -} |