You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foo:
type: objectproperties:
bar:
type: integerx-foobar: raboof
it would probably be nice if I could pass the value to the annotation.
how wold the mapping look like?
extensions:
# the mapping expects the source type to be a `string`. It would need # - an identifier to represent the x-tension value and# - an identifier as placeholder for the annotation parameter# placeholder could look like thisx-foobar: ?? @ io.openapiprocessor.annotation.Foobar(value = {value})# value source type could be this?x-foobar: {value} @ io.openapiprocessor.annotation.Foobar(value = {value})
The text was updated successfully, but these errors were encountered:
Having an x-tension property with value
it would probably be nice if I could pass the value to the annotation.
how wold the mapping look like?
The text was updated successfully, but these errors were encountered: