mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
9 lines
236 B
Text
9 lines
236 B
Text
/**
|
|
* Mark a data model to be ignored when generating OpenAPI specification.
|
|
*/
|
|
attribute @@openapi.ignore()
|
|
|
|
/**
|
|
* Provide metadata for a data model for generating OpenAPI specification.
|
|
*/
|
|
attribute @@openapi.meta(_ meta: Object)
|