swagger: '2.0' info: title: API version: 1.0.0 paths: /: get: responses: default: description: OK schema: $ref: '#/components/schemas/container/properties/with%20space' definitions: container: type: object properties: 'with space': type: string