|
| 1 | +{ |
| 2 | + "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.", |
| 3 | + "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 4 | + "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/suco/suco-v1.json", |
| 5 | + "title": "Object Type SUCO (Authorization Default Variant)", |
| 6 | + "description": "Object type SUCO (authorization default variant)", |
| 7 | + "type": "object", |
| 8 | + "properties": { |
| 9 | + "formatVersion": { |
| 10 | + "title": "ABAP File Format Version", |
| 11 | + "description": "The ABAP file format version", |
| 12 | + "type": "string", |
| 13 | + "const": "1" |
| 14 | + }, |
| 15 | + "header": { |
| 16 | + "title": "Header", |
| 17 | + "description": "Header", |
| 18 | + "type": "object", |
| 19 | + "properties": { |
| 20 | + "description": { |
| 21 | + "title": "Description", |
| 22 | + "description": "Description of the ABAP object", |
| 23 | + "type": "string", |
| 24 | + "maxLength": 80 |
| 25 | + }, |
| 26 | + "originalLanguage": { |
| 27 | + "title": "Original Language", |
| 28 | + "description": "Original language of the ABAP object", |
| 29 | + "type": "string", |
| 30 | + "minLength": 2 |
| 31 | + }, |
| 32 | + "abapLanguageVersion": { |
| 33 | + "title": "ABAP Language Version", |
| 34 | + "description": "ABAP language version", |
| 35 | + "type": "string", |
| 36 | + "enum": [ |
| 37 | + "standard", |
| 38 | + "cloudDevelopment" |
| 39 | + ], |
| 40 | + "enumTitles": [ |
| 41 | + "Standard", |
| 42 | + "ABAP Cloud Development" |
| 43 | + ], |
| 44 | + "enumDescriptions": [ |
| 45 | + "Standard", |
| 46 | + "ABAP cloud development" |
| 47 | + ], |
| 48 | + "default": "standard" |
| 49 | + } |
| 50 | + }, |
| 51 | + "additionalProperties": false, |
| 52 | + "required": [ |
| 53 | + "description", |
| 54 | + "originalLanguage" |
| 55 | + ] |
| 56 | + }, |
| 57 | + "leadingApplication": { |
| 58 | + "title": "Leading Application", |
| 59 | + "description": "Leading application", |
| 60 | + "type": "object", |
| 61 | + "properties": { |
| 62 | + "programId": { |
| 63 | + "title": "Program ID", |
| 64 | + "description": "Program ID", |
| 65 | + "type": "string", |
| 66 | + "maxLength": 4, |
| 67 | + "default": "R3TR" |
| 68 | + }, |
| 69 | + "objectType": { |
| 70 | + "title": "Object Type", |
| 71 | + "description": "Object type", |
| 72 | + "type": "string", |
| 73 | + "maxLength": 4 |
| 74 | + }, |
| 75 | + "objectName": { |
| 76 | + "title": "Object Name", |
| 77 | + "description": "Object name", |
| 78 | + "type": "string", |
| 79 | + "maxLength": 40 |
| 80 | + }, |
| 81 | + "serviceType": { |
| 82 | + "title": "Service Type", |
| 83 | + "description": "Service type", |
| 84 | + "type": "string", |
| 85 | + "maxLength": 16 |
| 86 | + }, |
| 87 | + "serviceName": { |
| 88 | + "title": "Service Name", |
| 89 | + "description": "Service name", |
| 90 | + "type": "string" |
| 91 | + } |
| 92 | + }, |
| 93 | + "additionalProperties": false, |
| 94 | + "required": [ |
| 95 | + "objectType", |
| 96 | + "objectName" |
| 97 | + ] |
| 98 | + } |
| 99 | + }, |
| 100 | + "additionalProperties": false, |
| 101 | + "required": [ |
| 102 | + "formatVersion", |
| 103 | + "header", |
| 104 | + "leadingApplication" |
| 105 | + ] |
| 106 | +} |
0 commit comments