Skip to content

Commit

Permalink
Fix AppRegistryDocumentation and StreamDefinitionsDocumentation for c…
Browse files Browse the repository at this point in the history
…hanged resource.

Adds metaDataUri to AppRegistryDocumentation and StreamDefinitionsDocumentation
  • Loading branch information
Corneil du Plessis committed Dec 31, 2024
1 parent 7109dde commit 2495079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void getSingleApplication() throws Exception {
fieldWithPath("label").description("The label name of the application"),
fieldWithPath("type").description("The type of the application. One of " + Arrays.asList(ApplicationType.values())),
fieldWithPath("uri").description("The uri of the application"),
fieldWithPath("metaDataUri").description("The uri of the application metadata").optional(),
fieldWithPath("version").description("The version of the application"),
fieldWithPath("versions").description("All the registered versions of the application"),
fieldWithPath("defaultVersion").description("If true, the application is the default version"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void getStreamApplications() throws Exception {
fieldWithPath("[].type").description("The type of the application. One of " + Arrays
.asList(ApplicationType.values())),
fieldWithPath("[].uri").description("The uri of the application"),
fieldWithPath("[].metaDataUri").description("The uri of the application metadata"),
fieldWithPath("[].version").description("The version of the application"),
fieldWithPath("[].defaultVersion").description("If true, the application is the default version"),
fieldWithPath("[].versions").description("All the registered versions of the application"),
Expand Down

0 comments on commit 2495079

Please sign in to comment.