Skip to content

Commit

Permalink
Add property suffix to added fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
m-linner-ericsson committed Aug 13, 2024
1 parent 1c11939 commit 73d2880
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion definitions/EiffelActivityFinishedEvent/4.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ properties:
required:
- conclusion
persistentLogs:
$ref: ../EiffelPersistentLogs/1.0.0.yml
$ref: ../EiffelPersistentLogsProperty/1.0.0.yml
customData:
type: array
items:
Expand Down
2 changes: 1 addition & 1 deletion definitions/EiffelArtifactCreatedEvent/4.0.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ properties:
items:
type: string
integrityProtection:
$ref: ../EiffelIntegrityProtection/1.0.0.yml
$ref: ../EiffelIntegrityProtectionProperty/1.0.0.yml
required:
- name
additionalProperties: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
---
$schema: https://json-schema.org/draft/draft-2020-12/schema#
_name: EiffelIntegrityProtection
_name: EiffelIntegrityProtectionProperty
_version: 1.0.0
_description: An optional object containing a digest of
the file's contents, i.e. a checksum, computed using
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
---
$schema: https://json-schema.org/draft/draft-2020-12/schema#
_name: EiffelPersistentLogs
_name: EiffelPersistentLogsProperty
_version: 1.0.0
_description: An array of persistent log files generated during
execution.
Expand Down Expand Up @@ -42,7 +42,7 @@ items:
_description: The URI at which the log can be retrieved.
type: string
integrityProtection:
$ref: ../EiffelIntegrityProtection/1.0.0.yml
$ref: ../EiffelIntegrityProtectionProperty/1.0.0.yml
required:
- name
- uri
Expand Down
2 changes: 1 addition & 1 deletion definitions/EiffelTestCaseFinishedEvent/4.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ properties:
- conclusion
additionalProperties: false
persistentLogs:
$ref: ../EiffelPersistentLogs/1.0.0.yml
$ref: ../EiffelPersistentLogsProperty/1.0.0.yml
customData:
type: array
items:
Expand Down
2 changes: 1 addition & 1 deletion definitions/EiffelTestSuiteFinishedEvent/4.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ properties:
type: string
additionalProperties: false
persistentLogs:
$ref: ../EiffelPersistentLogs/1.0.0.yml
$ref: ../EiffelPersistentLogsProperty/1.0.0.yml
customData:
type: array
items:
Expand Down

0 comments on commit 73d2880

Please sign in to comment.