Spring Cloud Config Server响应-Swagger模型

时间:2018-10-16 15:11:41

标签: spring swagger spring-cloud spring-cloud-config

这是Spring Cloud Config Server响应的正确的摇头模型表示吗?

definitions:
  sbao-config-server-response:
    type: object
    properties:
      name:
        type: string
      profiles:
        type: array
        items:
          type: string
      label:
        type: string
      version:
        type: string
      state:
        type: string
      propertySources:
        type: array
        items:
          type: object
          properties:
            name:
              type: string
            source:
              type: object
              additionalProperties:
                type: string

0 个答案:

没有答案