Skip to content

Commit

Permalink
Update interfaces/fiveg_n4/v0/schema.py
Browse files Browse the repository at this point in the history
Updating formatting.

Co-authored-by: Daniel Arndt <[email protected]>
  • Loading branch information
Gmerold and DanielArndt authored Sep 13, 2023
1 parent 05a8305 commit a9ed579
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions interfaces/fiveg_n4/v0/schema.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
"""This file defines the schemas for the provider and requirer sides of the `fiveg_n4` interface.
It exposes two interfaces.schema_base.DataBagSchema subclasses called:
- ProviderSchema
- RequirerSchema
It exposes two `interfaces.schema_base.DataBagSchema` subclasses called:
- `ProviderSchema`
- `RequirerSchema`
Examples:
ProviderSchema:
unit: <empty>
app: {
"upf_hostname": "upf.uplane-cloud.canonical.com",
"upf_port": 8805
}
RequirerSchema:
unit: <empty>
app: <empty>
Expand Down

0 comments on commit a9ed579

Please sign in to comment.