zenstack/packages/plugins/openapi/src/plugin.zmodel
2023-03-10 17:20:44 +08:00

9 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)