Skip to content

Commit

Permalink
Merge pull request #304 from aml-org/publish-56.0.0
Browse files Browse the repository at this point in the history
W-17007563: Publish 56.0.0
  • Loading branch information
damianpedra authored Nov 13, 2024
2 parents 0c89e7f + 45f6042 commit 9d5e645
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class VocabularyPropertiesTest extends AsyncFunSuite with VocabularyTest {
}

test("Vocabularies parsing api_contract") {
testVocabulary(api_contract, 32, 49)
testVocabulary(api_contract, 32, 50)
}

test("Vocabularies parsing core") {
Expand Down
4 changes: 2 additions & 2 deletions transform/dependencies.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Leave here for the publication process to detect if amf-transform has to be published!
# Because we publish a version of amf-transform for each version of amf-client publish.
amf.apicontract=5.6.3
amf.rdf=6.6.1
amf.apicontract=5.6.4
amf.rdf=6.6.2
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
amf.vocabulary: 55.0.0
amf.transform: 2.39.0
amf.vocabulary: 56.0.0
amf.transform: 2.40.0
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ nodeMappings:
propertyTerm: apiContract.endpoint
range: EndPoint
allowMultiple: true
webhooks:
propertyTerm: apiContract.webhooks
range: EndPoint
allowMultiple: true
security:
propertyTerm: security.security
range: SecurityRequirement
Expand Down
4 changes: 4 additions & 0 deletions vocabulary/src/main/resources/vocabularies/api_contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,7 @@ propertyTerms:
displayName: variable
description: Variables in the URL for the server
range: Parameter
webhooks:
displayName: webhooks
description: Webhooks defined in the API
range: EndPoint

0 comments on commit 9d5e645

Please sign in to comment.