Правильное ли это представление модели ответа сервера Spring Cloud Config -
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