我想要PUT主体中的一个字段,该字段本身应该是jsonschema。如何正式指定此信息,而不是在说明中放入该信息?
type: object
description: "..."
properties:
foo:
type: integer
create_schema:
type: object
description: >
jsonschema (following http://json-schema.org/draft-07/schema) of the CREATE payload...
OpenAPI在此处的定义中不喜欢schema关键字