Skip to content

Commit

Permalink
Merge pull request #105 from outfoxx/fix/lib-problem-baseuri
Browse files Browse the repository at this point in the history
Allow `problemBaseUri` annotation on Libraries
  • Loading branch information
kdubb authored Oct 27, 2024
2 parents 6fba9e1 + dac71a8 commit c044e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/src/main/resources/sunday.raml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ annotationTypes:

problemBaseUri:
type: string
allowedTargets: [API, Overlay]
allowedTargets: [Library, API, Overlay]
problemBaseUriParams:
type: object
allowedTargets: [API, Overlay]
allowedTargets: [Library, API, Overlay]
problemTypes:
type: ResponseProblemTypes
allowedTargets: [API, Extension, Library, Overlay]
Expand Down

0 comments on commit c044e33

Please sign in to comment.