info:
    type: object
    additionalProperties: false
    required: [info]
    properties:
        info:
            description: Private information
            type: string
        user:
            type: string
