这是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