Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sap-schemas/v3.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ Constraints:

- OPTIONAL

### `x-sap-oauth-body-parameter`
Comment thread
manojpandey89 marked this conversation as resolved.

- Type: `Object`
- Used at: [OpenAPI Object](https://spec.openapis.org/oas/v3.0.3#oauth-flow-object) (root level)
- Description: To describe additional authentication parameters to be passed during oauth authentication flow.

Constraints:

- OPTIONAL

### `x-sap-shortText`

- Type: `String`
Expand Down
3 changes: 3 additions & 0 deletions sap-schemas/v3.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"description": "The compliance level that this API resource is expected to be compliant with. This corresponds to the [ORD policy level](https://pages.github.tools.sap/CentralEngineering/open-resource-discovery-specification/#/v1/generated/Document?id=package_policylevel) concept.",
"enum": ["sap:base:v1", "sap:core:v1", "sap:core:v2"]
},
"x-sap-oauth-body-parameter": {
"$ref": "#/definitions/RequestBody"
},
Comment thread
manojpandey89 marked this conversation as resolved.
Outdated
"x-sap-shortText": {
"type": "string",
"description": "To display a short description of your APIs"
Expand Down