mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
10 lines
234 B
Text
10 lines
234 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)
|