zenstack/packages/plugins/openapi/src/plugin.zmodel

10 lines
236 B
Text
Raw Normal View History

/**
2023-03-10 09:20:44 +00:00
* Mark a data model to be ignored when generating OpenAPI specification.
*/
attribute @@openapi.ignore()
/**
2023-03-10 09:20:44 +00:00
* Provide metadata for a data model for generating OpenAPI specification.
*/
attribute @@openapi.meta(_ meta: Object)