Skip to content

Commit 48f0504

Browse files
committed
Adjust AFF for AIFP
1 parent 8a2c913 commit 48f0504

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

file-formats/aifp/aifp-v1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
],
133133
"default": "definedField"
134134
},
135-
"path": {
136-
"title": "Path",
137-
"description": "path",
135+
"field": {
136+
"title": "Field",
137+
"description": "Field",
138138
"type": "string"
139139
},
140140
"value": {
@@ -522,9 +522,9 @@
522522
],
523523
"default": "definedField"
524524
},
525-
"path": {
526-
"title": "Path",
527-
"description": "path",
525+
"field": {
526+
"title": "Field",
527+
"description": "Field",
528528
"type": "string"
529529
},
530530
"value": {

file-formats/aifp/type/zif_aff_aifp_v1.intf.abap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ INTERFACE zif_aff_aifp_v1
3333
"! <p class="shorttext">Type</p>
3434
"! Type
3535
type TYPE ty_variable_type,
36-
"! <p class="shorttext">Path</p>
37-
"! path
38-
path TYPE string,
36+
"! <p class="shorttext">Field</p>
37+
"! Field
38+
field TYPE string,
3939
"! <p class="shorttext">Value</p>
4040
"! Value
4141
value TYPE string,

0 commit comments

Comments
 (0)