Skip to content
Merged
Changes from all 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
2 changes: 1 addition & 1 deletion code/API_definitions/edge-application-management.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check notice on line 1 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

Mandatory info.description template missing

[P-026] info.description is missing the mandatory template 'request-body-strictness'. Paste the BEGIN..END block from 'code/common/info-description-templates.yaml'. | info.description is missing the mandatory template 'additional-error-responses'. Paste the BEGIN..END block from 'code/common/info-description-templates.yaml'. | info.description is missing the mandatory template 'authorization-and-authentication'. Paste the BEGIN..END block from 'code/common/info-description-templates.yaml'. | Suggestion%3A Paste the missing BEGIN..END block from code/common/info-description-templates.yaml under the template name reported in the message into info.description.
openapi: 3.0.3
info:
title: Edge Application Management API
Expand Down Expand Up @@ -1112,7 +1112,7 @@
$ref: "#/components/responses/429"

schemas:
AccessTokenCredential:

Check notice on line 1115 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

Component may be unused

[S-211] Potentially unused component has been detected. | Suggestion%3A Spectral does not follow discriminator mappings — verify the schema is truly unused.
type: object
description:
An access token credential. This type of credential is meant to be
Expand All @@ -1122,7 +1122,7 @@
- $ref: "#/components/schemas/SinkCredential"
- type: object
properties:
accessToken:

Check notice on line 1125 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
description:
Access Token granting access to the POST operation to create
notification
Expand Down Expand Up @@ -1432,7 +1432,7 @@
description: Name of the application.
appProvider:
$ref: "#/components/schemas/AppProvider"
version:

Check notice on line 1435 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 64
description: Application version information
Expand Down Expand Up @@ -1470,13 +1470,13 @@
e.g. in Github repo.
imagePath:
$ref: "#/components/schemas/Uri"
userName:

Check notice on line 1473 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 64
description: |
Username to acces the Helm chart, docker-compose
file or VM image repository
credentials:

Check notice on line 1479 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 2048
description: |
Expand All @@ -1494,7 +1494,7 @@
description: |
The credentials can also be formatted as a Basic
auth or Bearer auth in HTTP "Authorization" header.
checksum:

Check notice on line 1497 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 128
description: |
Expand Down Expand Up @@ -1523,7 +1523,7 @@
- componentName
- networkInterfaces
properties:
componentName:

Check notice on line 1526 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 64
description: Component name must be unique with an application
Expand Down Expand Up @@ -1604,7 +1604,7 @@
- clusterRef
- edgeCloudZoneId
properties:
name:

Check notice on line 1607 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 64
description: |
Expand All @@ -1617,7 +1617,7 @@
$ref: "#/components/schemas/EdgeCloudZoneId"
edgeCloudRegion:
$ref: "#/components/schemas/EdgeCloudRegion"
version:

Check notice on line 1620 in code/API_definitions/edge-application-management.yaml

View workflow job for this annotation

GitHub Actions / validation / Validate

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const. | Suggestion%3A Acceptable if free-form field or implementation-dependent — no fix needed.
type: string
maxLength: 64
description: Kubernetes version of the cluster.
Expand Down Expand Up @@ -2306,7 +2306,7 @@
equipment may connect to the selected application instance

XCorrelator:
$ref: "../common/CAMARA_common.yaml#/components/headers/x-correlator"
$ref: "../common/CAMARA_common.yaml#/components/schemas/XCorrelator"

responses:
"400":
Expand Down