Skip to content

Commit

Permalink
Merge pull request #157 from aml-org/publish-25.0.0-2.9.0
Browse files Browse the repository at this point in the history
publish 25.0.0 2.9.0
  • Loading branch information
hghianni authored Jun 29, 2022
2 parents a4f2cef + 3d03e63 commit 8a55ec7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class VocabularyPropertiesTest extends AsyncFunSuite with VocabularyTest {
}

test("Vocabularies parsing data_shapes") {
testVocabulary(data_shapes, 21, 57)
testVocabulary(data_shapes, 21, 58)
}

test("Vocabularies parsing security_model") {
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.0.9
amf.rdf=6.0.9
amf.apicontract=5.0.10
amf.rdf=6.0.10
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
amf.vocabulary: 24.0.0
amf.transform: 2.8.0
amf.vocabulary: 25.0.0
amf.transform: 2.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,9 @@ nodeMappings:
deprecated:
propertyTerm: raml-shapes.deprecated
range: boolean
isExtension:
propertyTerm: raml-shapes.isExtension
range: boolean
designLink:
propertyTerm: doc.design-link-target
range: link
Expand Down
4 changes: 4 additions & 0 deletions vocabulary/src/main/resources/vocabularies/data_shapes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ propertyTerms:
displayName: isAbstract
description: Marks this shape as an abstract node shape declared for pure re-use
range: boolean
isExtension:
displayName: isExtension
description: Indicates if a Shape is an extension of another shape or a standalone shape
range: boolean
items:
displayName: items
description: Shapes contained in the Tuple Shape
Expand Down

0 comments on commit 8a55ec7

Please sign in to comment.