File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ This is the root object of the OpenCLI Description.
110110| Field Name | Type | Description |
111111| ------------| :----:| -------------|
112112| title | ` string ` | ** REQUIRED** The application title |
113+ | summary | ` string ` | A short summary of the application |
113114| description | ` string ` | A description of the application |
114115| contact | [ Contact Object] ( #contact-object ) | The contact information |
115116| license | [ License Object] ( #license-object ) | The application license |
Original file line number Diff line number Diff line change 7575 "type" : " string" ,
7676 "description" : " The application title"
7777 },
78+ "summary" : {
79+ "type" : " string" ,
80+ "description" : " A short summary of the application"
81+ },
7882 "description" : {
7983 "type" : " string" ,
8084 "description" : " A description of the application"
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ model CliInfo {
4141 @ doc ("The application title" )
4242 title : string ;
4343
44+ @ doc ("A short summary of the application" )
45+ summary ? : string ;
46+
4447 @ doc ("A description of the application" )
4548 description ? : string ;
4649
You can’t perform that action at this time.
0 commit comments