Skip to content

Commit

Permalink
And these ones
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Dec 19, 2024
1 parent e0f85ba commit ab8c9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rockcraft/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Check(CraftBaseModel):
"""Lightweight schema validation for a Pebble checks.
Based on
https://github.com/canonical/pebble#layer-specification
https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/layer-specification/
"""

override: Literal["merge", "replace"]
Expand Down Expand Up @@ -98,7 +98,7 @@ class Service(CraftBaseModel):
"""Lightweight schema validation for a Pebble service.
Based on
https://github.com/canonical/pebble#layer-specification
https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/layer-specification/
"""

override: Literal["merge", "replace"]
Expand Down
4 changes: 2 additions & 2 deletions schema/rockcraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"$defs": {
"Check": {
"additionalProperties": false,
"description": "Lightweight schema validation for a Pebble checks.\n\nBased on\nhttps://github.com/canonical/pebble#layer-specification",
"description": "Lightweight schema validation for a Pebble checks.\n\nBased on\nhttps://canonical-pebble.readthedocs-hosted.com/en/latest/reference/layer-specification/",
"properties": {
"override": {
"enum": [
Expand Down Expand Up @@ -286,7 +286,7 @@
},
"Service": {
"additionalProperties": false,
"description": "Lightweight schema validation for a Pebble service.\n\nBased on\nhttps://github.com/canonical/pebble#layer-specification",
"description": "Lightweight schema validation for a Pebble service.\n\nBased on\nhttps://canonical-pebble.readthedocs-hosted.com/en/latest/reference/layer-specification/",
"properties": {
"override": {
"enum": [
Expand Down

0 comments on commit ab8c9c6

Please sign in to comment.