allOf:
  - type: object
    nullable: false
    properties:
      connectionName:
        description: The name of the connection, for display purposes.
        type: string
        nullable: false
    required:
      - connectionName
  - $ref: "./DatabaseConnectionCoordsBase.yaml"
