Skip to content

Commit

Permalink
Update scp1-v1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rits-SAP authored Dec 11, 2024
1 parent e5a6bc2 commit abef610
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions file-formats/scp1/scp1-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "object",
"properties": {
"formatVersion": {
"title": "Format Version",
"description": "Format version",
"title": "ABAP File Format Version",
"description": "The ABAP file format version",
"type": "string",
"const": "1"
},
Expand Down Expand Up @@ -77,7 +77,7 @@
],
"default": "simple"
},
"scopeRelevant": {
"isRelevantForScope": {
"title": "Scoping Relevant",
"description": "Scope Relevant",
"type": "boolean"
Expand All @@ -104,12 +104,12 @@
"type": "string",
"maxLength": 32
},
"position": {
"positionInHierarchy": {
"title": "Position",
"description": "Position of BC Set in Hierarchical BC Set",
"type": "integer",
"minimum": -2147483648,
"maximum": 2147483647
"maximum": 10
}
},
"additionalProperties": false
Expand Down

0 comments on commit abef610

Please sign in to comment.