Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
fix: punctuation errors
  • Loading branch information
MahdiBaghbani authored Aug 22, 2024
commit 8383d23b6780658ebda33baeb6ef63793b865489
10 changes: 5 additions & 5 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,23 +280,23 @@ definitions:
properties:
enabled:
type: boolean
description: Whether the OCM service is enabled at this endpoint
description: Whether the OCM service is enabled at this endpoint.
apiVersion:
type: string
description: The OCM API version this endpoint supports
description: The OCM API version this endpoint supports.
example: 1.1.0
endPoint:
type: string
description: The URI of the OCM API available at this endpoint
description: The URI of the OCM API available at this endpoint.
example: https://my-cloud-storage.org/ocm
provider:
type: string
description: A friendly branding name of this endpoint
description: A friendly branding name of this endpoint.
example: MyCloudStorage
federation:
type: object
description: |
The information about the OCM service federation type and trusted domains at this endpoint
The information about the OCM service federation type and trusted domains at this endpoint.
required:
- type
properties:
Expand Down