@itentialopensource/adapter-ciena_mcp 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/entities/000Configmgmtapiv1bulkOperations/schema.json +1 -1
  3. package/entities/000Nsiapicontrollers/schema.json +1 -1
  4. package/entities/000Nsiapiequipment/schema.json +2 -2
  5. package/entities/000NsiapiequipmentGroups/schema.json +3 -3
  6. package/entities/000NsiapiequipmentHolders/schema.json +1 -1
  7. package/entities/000NsiapiequipmentStaticSpecs/schema.json +3 -3
  8. package/entities/000Nsiapifres/schema.json +5 -5
  9. package/entities/000NsiapinetworkConstructs/schema.json +2 -2
  10. package/entities/000Nsiapitpes/schema.json +4 -4
  11. package/entities/994Nsiapiv6equipment/schema.json +2 -2
  12. package/entities/994Nsiapiv6fres/schema.json +5 -5
  13. package/entities/994Nsiapiv6networkConstructs/schema.json +2 -2
  14. package/entities/994Nsiapiv6tpes/schema.json +4 -4
  15. package/entities/995Nsiapiv2controllers/schema.json +1 -1
  16. package/entities/995Nsiapiv5equipment/schema.json +2 -2
  17. package/entities/995Nsiapiv5fres/schema.json +5 -5
  18. package/entities/995Nsiapiv5networkConstructs/schema.json +2 -2
  19. package/entities/995Nsiapiv5tpes/schema.json +3 -3
  20. package/entities/996Nsiapiv1controllers/schema.json +1 -1
  21. package/entities/996Nsiapiv1equipmentStaticSpecs/schema.json +3 -3
  22. package/entities/996Nsiapiv4equipment/schema.json +4 -4
  23. package/entities/996Nsiapiv4fres/schema.json +16 -16
  24. package/entities/996Nsiapiv4networkConstructs/schema.json +2 -2
  25. package/entities/996Nsiapiv4tpes/schema.json +4 -4
  26. package/entities/997Nsiapiv3equipment/schema.json +2 -2
  27. package/entities/997Nsiapiv3equipmentGroups/schema.json +3 -3
  28. package/entities/997Nsiapiv3equipmentHolders/schema.json +1 -1
  29. package/entities/997Nsiapiv3fres/schema.json +4 -4
  30. package/entities/997Nsiapiv3networkConstructs/schema.json +2 -2
  31. package/entities/997Nsiapiv3tpes/schema.json +3 -3
  32. package/entities/998Nsiapiv20equipmentGroups/schema.json +3 -3
  33. package/entities/998Nsiapiv20equipmentHolders/schema.json +1 -1
  34. package/entities/998Nsiapiv20fres/schema.json +4 -4
  35. package/entities/Equipment/schema.json +18 -18
  36. package/entities/EquipmentGroups/schema.json +3 -3
  37. package/entities/Fres/schema.json +66 -66
  38. package/entities/NetworkConstructs/schema.json +22 -22
  39. package/entities/Oam/schema.json +1 -1
  40. package/entities/RetrievesCreatesUpdatesAndDeletesAudits/schema.json +3 -3
  41. package/entities/TapiConnectivity/schema.json +2 -2
  42. package/entities/Tpes/schema.json +6 -6
  43. package/package.json +2 -2
  44. package/refs?service=git-upload-pack +0 -0
  45. package/report/adapterInfo.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.3.3 [07-27-2022]
3
+
4
+ * Change schemas to escape . so that objectization is not done
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-ciena_mcp!2
7
+
8
+ ---
9
+
2
10
  ## 0.3.2 [06-03-2022]
3
11
 
4
12
  * Fix Datatype on token
@@ -26,7 +26,7 @@
26
26
  "type": "AES",
27
27
  "key": ""
28
28
  },
29
- "external_name": "networkConstruct.id"
29
+ "external_name": "networkConstruct\\.id"
30
30
  }
31
31
  },
32
32
  "definitions": {}
@@ -32,7 +32,7 @@
32
32
  "type": "AES",
33
33
  "key": ""
34
34
  },
35
- "external_name": "networkConstruct.id"
35
+ "external_name": "networkConstruct\\.id"
36
36
  }
37
37
  },
38
38
  "definitions": {}
@@ -38,7 +38,7 @@
38
38
  "type": "AES",
39
39
  "key": ""
40
40
  },
41
- "external_name": "networkConstruct.id"
41
+ "external_name": "networkConstruct\\.id"
42
42
  },
43
43
  "equipmentExpectationsEquipmentIntentId": {
44
44
  "type": "string",
@@ -49,7 +49,7 @@
49
49
  "type": "AES",
50
50
  "key": ""
51
51
  },
52
- "external_name": "equipmentExpectations.equipmentIntent.id"
52
+ "external_name": "equipmentExpectations\\.equipmentIntent\\.id"
53
53
  }
54
54
  },
55
55
  "definitions": {}
@@ -30,7 +30,7 @@
30
30
  "type": "AES",
31
31
  "key": ""
32
32
  },
33
- "external_name": "networkConstruct.id"
33
+ "external_name": "networkConstruct\\.id"
34
34
  },
35
35
  "equipmentId": {
36
36
  "type": "string",
@@ -41,7 +41,7 @@
41
41
  "type": "AES",
42
42
  "key": ""
43
43
  },
44
- "external_name": "equipment.id"
44
+ "external_name": "equipment\\.id"
45
45
  },
46
46
  "equipmentGroupExpectationsEquipmentIntentId": {
47
47
  "type": "string",
@@ -52,7 +52,7 @@
52
52
  "type": "AES",
53
53
  "key": ""
54
54
  },
55
- "external_name": "equipmentGroupExpectations.equipmentIntent.id"
55
+ "external_name": "equipmentGroupExpectations\\.equipmentIntent\\.id"
56
56
  }
57
57
  },
58
58
  "definitions": {}
@@ -24,7 +24,7 @@
24
24
  "type": "AES",
25
25
  "key": ""
26
26
  },
27
- "external_name": "networkConstruct.id"
27
+ "external_name": "networkConstruct\\.id"
28
28
  }
29
29
  },
30
30
  "definitions": {}
@@ -24,7 +24,7 @@
24
24
  "type": "AES",
25
25
  "key": ""
26
26
  },
27
- "external_name": "networkConstruct.id"
27
+ "external_name": "networkConstruct\\.id"
28
28
  },
29
29
  "equipmentId": {
30
30
  "type": "string",
@@ -35,7 +35,7 @@
35
35
  "type": "AES",
36
36
  "key": ""
37
37
  },
38
- "external_name": "equipment.id"
38
+ "external_name": "equipment\\.id"
39
39
  },
40
40
  "attributesCctPackageCctState": {
41
41
  "type": "string",
@@ -46,7 +46,7 @@
46
46
  "type": "AES",
47
47
  "key": ""
48
48
  },
49
- "external_name": "attributes.cctPackage.cctState"
49
+ "external_name": "attributes\\.cctPackage\\.cctState"
50
50
  }
51
51
  },
52
52
  "definitions": {}
@@ -47,7 +47,7 @@
47
47
  "type": "AES",
48
48
  "key": ""
49
49
  },
50
- "external_name": "networkConstruct.id"
50
+ "external_name": "networkConstruct\\.id"
51
51
  },
52
52
  "freExpectationsServiceIntentId": {
53
53
  "type": "string",
@@ -58,7 +58,7 @@
58
58
  "type": "AES",
59
59
  "key": ""
60
60
  },
61
- "external_name": "freExpectations.serviceIntent.id"
61
+ "external_name": "freExpectations\\.serviceIntent\\.id"
62
62
  },
63
63
  "freExpectationsEquipmentIntentId": {
64
64
  "type": "string",
@@ -69,7 +69,7 @@
69
69
  "type": "AES",
70
70
  "key": ""
71
71
  },
72
- "external_name": "freExpectations.equipmentIntent.id"
72
+ "external_name": "freExpectations\\.equipmentIntent\\.id"
73
73
  },
74
74
  "endpointTpeConcrete": {
75
75
  "type": "string",
@@ -80,7 +80,7 @@
80
80
  "type": "AES",
81
81
  "key": ""
82
82
  },
83
- "external_name": "endpoint.tpe.concrete"
83
+ "external_name": "endpoint\\.tpe\\.concrete"
84
84
  },
85
85
  "freExpectationsIntentId": {
86
86
  "type": "string",
@@ -91,7 +91,7 @@
91
91
  "type": "AES",
92
92
  "key": ""
93
93
  },
94
- "external_name": "freExpectations.intent.id"
94
+ "external_name": "freExpectations\\.intent\\.id"
95
95
  },
96
96
  "provisioningAttributes": {
97
97
  "type": "object",
@@ -42,7 +42,7 @@
42
42
  "type": "AES",
43
43
  "key": ""
44
44
  },
45
- "external_name": "networkConstructExpectations.equipmentIntent.id"
45
+ "external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
46
46
  },
47
47
  "networkConstructExpectationsServiceIntentId": {
48
48
  "type": "string",
@@ -53,7 +53,7 @@
53
53
  "type": "AES",
54
54
  "key": ""
55
55
  },
56
- "external_name": "networkConstructExpectations.serviceIntent.id"
56
+ "external_name": "networkConstructExpectations\\.serviceIntent\\.id"
57
57
  }
58
58
  },
59
59
  "definitions": {}
@@ -42,7 +42,7 @@
42
42
  "type": "AES",
43
43
  "key": ""
44
44
  },
45
- "external_name": "networkConstruct.id"
45
+ "external_name": "networkConstruct\\.id"
46
46
  },
47
47
  "tpeExpectationsEquipmentIntentId": {
48
48
  "type": "string",
@@ -53,7 +53,7 @@
53
53
  "type": "AES",
54
54
  "key": ""
55
55
  },
56
- "external_name": "tpeExpectations.equipmentIntent.id"
56
+ "external_name": "tpeExpectations\\.equipmentIntent\\.id"
57
57
  },
58
58
  "tpeExpectationsServiceIntentId": {
59
59
  "type": "string",
@@ -64,7 +64,7 @@
64
64
  "type": "AES",
65
65
  "key": ""
66
66
  },
67
- "external_name": "tpeExpectations.serviceIntent.id"
67
+ "external_name": "tpeExpectations\\.serviceIntent\\.id"
68
68
  },
69
69
  "tpeExpectationsIntentId": {
70
70
  "type": "string",
@@ -75,7 +75,7 @@
75
75
  "type": "AES",
76
76
  "key": ""
77
77
  },
78
- "external_name": "tpeExpectations.intent.id"
78
+ "external_name": "tpeExpectations\\.intent\\.id"
79
79
  }
80
80
  },
81
81
  "definitions": {}
@@ -23,7 +23,7 @@
23
23
  "type": "AES",
24
24
  "key": ""
25
25
  },
26
- "external_name": "networkConstruct.id"
26
+ "external_name": "networkConstruct\\.id"
27
27
  },
28
28
  "equipmentExpectationsEquipmentIntentId": {
29
29
  "type": "string",
@@ -34,7 +34,7 @@
34
34
  "type": "AES",
35
35
  "key": ""
36
36
  },
37
- "external_name": "equipmentExpectations.equipmentIntent.id"
37
+ "external_name": "equipmentExpectations\\.equipmentIntent\\.id"
38
38
  }
39
39
  },
40
40
  "definitions": {}
@@ -25,7 +25,7 @@
25
25
  "type": "AES",
26
26
  "key": ""
27
27
  },
28
- "external_name": "networkConstruct.id"
28
+ "external_name": "networkConstruct\\.id"
29
29
  },
30
30
  "freExpectationsServiceIntentId": {
31
31
  "type": "string",
@@ -36,7 +36,7 @@
36
36
  "type": "AES",
37
37
  "key": ""
38
38
  },
39
- "external_name": "freExpectations.serviceIntent.id"
39
+ "external_name": "freExpectations\\.serviceIntent\\.id"
40
40
  },
41
41
  "freExpectationsEquipmentIntentId": {
42
42
  "type": "string",
@@ -47,7 +47,7 @@
47
47
  "type": "AES",
48
48
  "key": ""
49
49
  },
50
- "external_name": "freExpectations.equipmentIntent.id"
50
+ "external_name": "freExpectations\\.equipmentIntent\\.id"
51
51
  },
52
52
  "endpointTpeConcrete": {
53
53
  "type": "string",
@@ -58,7 +58,7 @@
58
58
  "type": "AES",
59
59
  "key": ""
60
60
  },
61
- "external_name": "endpoint.tpe.concrete"
61
+ "external_name": "endpoint\\.tpe\\.concrete"
62
62
  },
63
63
  "freExpectationsIntentId": {
64
64
  "type": "string",
@@ -69,7 +69,7 @@
69
69
  "type": "AES",
70
70
  "key": ""
71
71
  },
72
- "external_name": "freExpectations.intent.id"
72
+ "external_name": "freExpectations\\.intent\\.id"
73
73
  },
74
74
  "provisioningAttributes": {
75
75
  "type": "object",
@@ -23,7 +23,7 @@
23
23
  "type": "AES",
24
24
  "key": ""
25
25
  },
26
- "external_name": "networkConstructExpectations.equipmentIntent.id"
26
+ "external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
27
27
  },
28
28
  "networkConstructExpectationsServiceIntentId": {
29
29
  "type": "string",
@@ -34,7 +34,7 @@
34
34
  "type": "AES",
35
35
  "key": ""
36
36
  },
37
- "external_name": "networkConstructExpectations.serviceIntent.id"
37
+ "external_name": "networkConstructExpectations\\.serviceIntent\\.id"
38
38
  }
39
39
  },
40
40
  "definitions": {}
@@ -26,7 +26,7 @@
26
26
  "type": "AES",
27
27
  "key": ""
28
28
  },
29
- "external_name": "networkConstruct.id"
29
+ "external_name": "networkConstruct\\.id"
30
30
  },
31
31
  "tpeExpectationsEquipmentIntentId": {
32
32
  "type": "string",
@@ -37,7 +37,7 @@
37
37
  "type": "AES",
38
38
  "key": ""
39
39
  },
40
- "external_name": "tpeExpectations.equipmentIntent.id"
40
+ "external_name": "tpeExpectations\\.equipmentIntent\\.id"
41
41
  },
42
42
  "tpeExpectationsServiceIntentId": {
43
43
  "type": "string",
@@ -48,7 +48,7 @@
48
48
  "type": "AES",
49
49
  "key": ""
50
50
  },
51
- "external_name": "tpeExpectations.serviceIntent.id"
51
+ "external_name": "tpeExpectations\\.serviceIntent\\.id"
52
52
  },
53
53
  "tpeExpectationsIntentId": {
54
54
  "type": "string",
@@ -59,7 +59,7 @@
59
59
  "type": "AES",
60
60
  "key": ""
61
61
  },
62
- "external_name": "tpeExpectations.intent.id"
62
+ "external_name": "tpeExpectations\\.intent\\.id"
63
63
  }
64
64
  },
65
65
  "definitions": {}
@@ -24,7 +24,7 @@
24
24
  "type": "AES",
25
25
  "key": ""
26
26
  },
27
- "external_name": "networkConstruct.id"
27
+ "external_name": "networkConstruct\\.id"
28
28
  }
29
29
  },
30
30
  "definitions": {}
@@ -23,7 +23,7 @@
23
23
  "type": "AES",
24
24
  "key": ""
25
25
  },
26
- "external_name": "networkConstruct.id"
26
+ "external_name": "networkConstruct\\.id"
27
27
  },
28
28
  "equipmentExpectationsEquipmentIntentId": {
29
29
  "type": "string",
@@ -34,7 +34,7 @@
34
34
  "type": "AES",
35
35
  "key": ""
36
36
  },
37
- "external_name": "equipmentExpectations.equipmentIntent.id"
37
+ "external_name": "equipmentExpectations\\.equipmentIntent\\.id"
38
38
  }
39
39
  },
40
40
  "definitions": {}
@@ -24,7 +24,7 @@
24
24
  "type": "AES",
25
25
  "key": ""
26
26
  },
27
- "external_name": "networkConstruct.id"
27
+ "external_name": "networkConstruct\\.id"
28
28
  },
29
29
  "freExpectationsServiceIntentId": {
30
30
  "type": "string",
@@ -35,7 +35,7 @@
35
35
  "type": "AES",
36
36
  "key": ""
37
37
  },
38
- "external_name": "freExpectations.serviceIntent.id"
38
+ "external_name": "freExpectations\\.serviceIntent\\.id"
39
39
  },
40
40
  "freExpectationsEquipmentIntentId": {
41
41
  "type": "string",
@@ -46,7 +46,7 @@
46
46
  "type": "AES",
47
47
  "key": ""
48
48
  },
49
- "external_name": "freExpectations.equipmentIntent.id"
49
+ "external_name": "freExpectations\\.equipmentIntent\\.id"
50
50
  },
51
51
  "endpointTpeConcrete": {
52
52
  "type": "string",
@@ -57,7 +57,7 @@
57
57
  "type": "AES",
58
58
  "key": ""
59
59
  },
60
- "external_name": "endpoint.tpe.concrete"
60
+ "external_name": "endpoint\\.tpe\\.concrete"
61
61
  },
62
62
  "freExpectationsIntentId": {
63
63
  "type": "string",
@@ -68,7 +68,7 @@
68
68
  "type": "AES",
69
69
  "key": ""
70
70
  },
71
- "external_name": "freExpectations.intent.id"
71
+ "external_name": "freExpectations\\.intent\\.id"
72
72
  }
73
73
  },
74
74
  "definitions": {}
@@ -25,7 +25,7 @@
25
25
  "type": "AES",
26
26
  "key": ""
27
27
  },
28
- "external_name": "networkConstructExpectations.equipmentIntent.id"
28
+ "external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
29
29
  },
30
30
  "networkConstructExpectationsServiceIntentId": {
31
31
  "type": "string",
@@ -36,7 +36,7 @@
36
36
  "type": "AES",
37
37
  "key": ""
38
38
  },
39
- "external_name": "networkConstructExpectations.serviceIntent.id"
39
+ "external_name": "networkConstructExpectations\\.serviceIntent\\.id"
40
40
  }
41
41
  },
42
42
  "definitions": {}
@@ -25,7 +25,7 @@
25
25
  "type": "AES",
26
26
  "key": ""
27
27
  },
28
- "external_name": "networkConstruct.id"
28
+ "external_name": "networkConstruct\\.id"
29
29
  },
30
30
  "tpeExpectationsEquipmentIntentId": {
31
31
  "type": "string",
@@ -36,7 +36,7 @@
36
36
  "type": "AES",
37
37
  "key": ""
38
38
  },
39
- "external_name": "tpeExpectations.equipmentIntent.id"
39
+ "external_name": "tpeExpectations\\.equipmentIntent\\.id"
40
40
  },
41
41
  "tpeExpectationsServiceIntentId": {
42
42
  "type": "string",
@@ -47,7 +47,7 @@
47
47
  "type": "AES",
48
48
  "key": ""
49
49
  },
50
- "external_name": "tpeExpectations.serviceIntent.id"
50
+ "external_name": "tpeExpectations\\.serviceIntent\\.id"
51
51
  }
52
52
  },
53
53
  "definitions": {}
@@ -32,7 +32,7 @@
32
32
  "type": "AES",
33
33
  "key": ""
34
34
  },
35
- "external_name": "networkConstruct.id"
35
+ "external_name": "networkConstruct\\.id"
36
36
  }
37
37
  },
38
38
  "definitions": {}
@@ -24,7 +24,7 @@
24
24
  "type": "AES",
25
25
  "key": ""
26
26
  },
27
- "external_name": "networkConstruct.id"
27
+ "external_name": "networkConstruct\\.id"
28
28
  },
29
29
  "equipmentId": {
30
30
  "type": "string",
@@ -35,7 +35,7 @@
35
35
  "type": "AES",
36
36
  "key": ""
37
37
  },
38
- "external_name": "equipment.id"
38
+ "external_name": "equipment\\.id"
39
39
  },
40
40
  "attributesCctPackageCctState": {
41
41
  "type": "string",
@@ -46,7 +46,7 @@
46
46
  "type": "AES",
47
47
  "key": ""
48
48
  },
49
- "external_name": "attributes.cctPackage.cctState"
49
+ "external_name": "attributes\\.cctPackage\\.cctState"
50
50
  }
51
51
  },
52
52
  "definitions": {}
@@ -24,7 +24,7 @@
24
24
  "type": "AES",
25
25
  "key": ""
26
26
  },
27
- "external_name": "networkConstruct.name"
27
+ "external_name": "networkConstruct\\.name"
28
28
  },
29
29
  "networkConstructId": {
30
30
  "type": "string",
@@ -35,7 +35,7 @@
35
35
  "type": "AES",
36
36
  "key": ""
37
37
  },
38
- "external_name": "networkConstruct.id"
38
+ "external_name": "networkConstruct\\.id"
39
39
  },
40
40
  "equipmentExpectationsEquipmentIntentId": {
41
41
  "type": "string",
@@ -46,7 +46,7 @@
46
46
  "type": "AES",
47
47
  "key": ""
48
48
  },
49
- "external_name": "equipmentExpectations.equipmentIntent.id"
49
+ "external_name": "equipmentExpectations\\.equipmentIntent\\.id"
50
50
  },
51
51
  "networkConstructMacAddress": {
52
52
  "type": "string",
@@ -57,7 +57,7 @@
57
57
  "type": "AES",
58
58
  "key": ""
59
59
  },
60
- "external_name": "networkConstruct.macAddress"
60
+ "external_name": "networkConstruct\\.macAddress"
61
61
  }
62
62
  },
63
63
  "definitions": {}
@@ -32,7 +32,7 @@
32
32
  "type": "AES",
33
33
  "key": ""
34
34
  },
35
- "external_name": "networkConstruct.id"
35
+ "external_name": "networkConstruct\\.id"
36
36
  },
37
37
  "bookingDataLockout": {
38
38
  "type": "string",
@@ -43,7 +43,7 @@
43
43
  "type": "AES",
44
44
  "key": ""
45
45
  },
46
- "external_name": "bookingData.lockout"
46
+ "external_name": "bookingData\\.lockout"
47
47
  },
48
48
  "freExpectationsServiceIntentId": {
49
49
  "type": "string",
@@ -54,7 +54,7 @@
54
54
  "type": "AES",
55
55
  "key": ""
56
56
  },
57
- "external_name": "freExpectations.serviceIntent.id"
57
+ "external_name": "freExpectations\\.serviceIntent\\.id"
58
58
  },
59
59
  "freExpectationsEquipmentIntentId": {
60
60
  "type": "string",
@@ -65,7 +65,7 @@
65
65
  "type": "AES",
66
66
  "key": ""
67
67
  },
68
- "external_name": "freExpectations.equipmentIntent.id"
68
+ "external_name": "freExpectations\\.equipmentIntent\\.id"
69
69
  },
70
70
  "endpointTpeConcrete": {
71
71
  "type": "string",
@@ -76,7 +76,7 @@
76
76
  "type": "AES",
77
77
  "key": ""
78
78
  },
79
- "external_name": "endpoint.tpe.concrete"
79
+ "external_name": "endpoint\\.tpe\\.concrete"
80
80
  },
81
81
  "lqsDataStatus": {
82
82
  "type": "string",
@@ -87,7 +87,7 @@
87
87
  "type": "AES",
88
88
  "key": ""
89
89
  },
90
- "external_name": "lqsData.status"
90
+ "external_name": "lqsData\\.status"
91
91
  },
92
92
  "lqsDataMarginValid": {
93
93
  "type": "string",
@@ -98,7 +98,7 @@
98
98
  "type": "AES",
99
99
  "key": ""
100
100
  },
101
- "external_name": "lqsData.margin.valid"
101
+ "external_name": "lqsData\\.margin\\.valid"
102
102
  },
103
103
  "lqsDataFiberReconciled": {
104
104
  "type": "string",
@@ -109,7 +109,7 @@
109
109
  "type": "AES",
110
110
  "key": ""
111
111
  },
112
- "external_name": "lqsData.fiber.reconciled"
112
+ "external_name": "lqsData\\.fiber\\.reconciled"
113
113
  },
114
114
  "lqsDataFiberMethod": {
115
115
  "type": "string",
@@ -120,7 +120,7 @@
120
120
  "type": "AES",
121
121
  "key": ""
122
122
  },
123
- "external_name": "lqsData.fiber.method"
123
+ "external_name": "lqsData\\.fiber\\.method"
124
124
  },
125
125
  "lqsDataMarginViableAtEol": {
126
126
  "type": "string",
@@ -131,7 +131,7 @@
131
131
  "type": "AES",
132
132
  "key": ""
133
133
  },
134
- "external_name": "lqsData.margin.viableAtEol"
134
+ "external_name": "lqsData\\.margin\\.viableAtEol"
135
135
  },
136
136
  "restorationHealthTotalExplicitRoutes": {
137
137
  "type": "string",
@@ -142,7 +142,7 @@
142
142
  "type": "AES",
143
143
  "key": ""
144
144
  },
145
- "external_name": "restorationHealth.totalExplicitRoutes"
145
+ "external_name": "restorationHealth\\.totalExplicitRoutes"
146
146
  },
147
147
  "restorationHealthAvailableExplicitRoutes": {
148
148
  "type": "string",
@@ -153,7 +153,7 @@
153
153
  "type": "AES",
154
154
  "key": ""
155
155
  },
156
- "external_name": "restorationHealth.availableExplicitRoutes"
156
+ "external_name": "restorationHealth\\.availableExplicitRoutes"
157
157
  },
158
158
  "restorationHealthUnavailableExplicitRoutes": {
159
159
  "type": "string",
@@ -164,7 +164,7 @@
164
164
  "type": "AES",
165
165
  "key": ""
166
166
  },
167
- "external_name": "restorationHealth.unavailableExplicitRoutes"
167
+ "external_name": "restorationHealth\\.unavailableExplicitRoutes"
168
168
  },
169
169
  "restorationHealthAvailablePercentage": {
170
170
  "type": "string",
@@ -175,7 +175,7 @@
175
175
  "type": "AES",
176
176
  "key": ""
177
177
  },
178
- "external_name": "restorationHealth.availablePercentage"
178
+ "external_name": "restorationHealth\\.availablePercentage"
179
179
  },
180
180
  "restorationHealthUnavailablePercentage": {
181
181
  "type": "string",
@@ -186,7 +186,7 @@
186
186
  "type": "AES",
187
187
  "key": ""
188
188
  },
189
- "external_name": "restorationHealth.unavailablePercentage"
189
+ "external_name": "restorationHealth\\.unavailablePercentage"
190
190
  },
191
191
  "restorationHealthHomeAvailable": {
192
192
  "type": "string",
@@ -197,7 +197,7 @@
197
197
  "type": "AES",
198
198
  "key": ""
199
199
  },
200
- "external_name": "restorationHealth.homeAvailable"
200
+ "external_name": "restorationHealth\\.homeAvailable"
201
201
  }
202
202
  },
203
203
  "definitions": {}