Skip to content

Commit

Permalink
Merge branch 'main' into feature/ilmb
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 authored Jul 7, 2023
2 parents 028fad1 + bedc026 commit c7a5457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions file-formats/chkv/chkv-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
"name": {
"title": "Parameter Name",
"description": "The parameter name",
"type": "string",
"maxLength": 30
"type": "string"
},
"value": {
"title": "Parameter Value",
Expand Down
2 changes: 1 addition & 1 deletion file-formats/chkv/type/zif_aff_chkv_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ INTERFACE zif_aff_chkv_v1
"! <p class="shorttext">Parameter Name</p>
"! The parameter name
"! $required
name TYPE zif_aff_types_v1=>ty_object_name_30,
name TYPE string,
"! <p class="shorttext">Parameter Value</p>
"! The value of the parameter
value TYPE string,
Expand Down

0 comments on commit c7a5457

Please sign in to comment.