Having an x-tension property with value
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})
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?